Color Hex Logo

#a8453d Color Hex

#A8453D
(168,69,61)
0 Favorites   0 Comments

Color spaces of #a8453d

RGB 1686961
HSL0.010.470.45
HSV64°66°
CMYK 0.000.590.64   0.34
XYZ19.118912.91805.9006
Yxy12.91800.50400.3405
Hunter Lab35.941632.054015.4254
CIE-Lab42.639440.206025.4177

#a8453d color RGB value is (168,69,61).

#a8453d hex color red value is 168, green value is 69 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a8453d hue: 0.01 , saturation: 0.47 and the lightness value of a8453d is 0.45.

The process color (four color CMYK) of #a8453d color hex is 0.00, 0.59, 0.64, 0.34. Web safe color of #a8453d is #993333. Color #a8453d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000101 00111101
Octal 250 105 75
Decimal 168 69 61
Hex A8 45 3D

RGB Percentages of Color #a8453d

%56.38
%23.15
%20.47

CMYK Percentages of Color #a8453d

%0
%59
%64
%34

Triadic Colors of #a8453d

#a8453d #3da845 #453da8

Analogous Colors of #a8453d

#a8453d #a87b3d #a83d6b

Monochromatic Colors of #a8453d

#a8453d

Complementary Color

#a8453d #3da0a8

#a8453d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8453d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8453d Color CSS Codes

.mybgcolor {background-color:#a8453d; } 
.myforecolor {color:#a8453d; }
.mybordercolor {border:3px solid #a8453d; }

#a8453d Text Font Color

<p style="color:#a8453d">Text here</p>

This sample text font color is #a8453d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a8453d Background Color

<div style="background-color:#a8453d">
Div content here</div>

This div background color is #a8453d


#a8453d Border Color

<div style="border:3px solid #a8453d">
Div here</div>

This div border color is #a8453d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,69,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8453d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8453d;
  -webkit-box-shadow: 1px 1px 3px 2px #a8453d;
  box-shadow:         1px 1px 3px 2px #a8453d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,69,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a8453d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a8453d;
  -webkit-box-shadow: 1px 1px 3px 2px #a8453d;
  box-shadow:         1px 1px 3px 2px #a8453d;">
Div content here</div>

This div box has shadow with color #a8453d


Comments

No comments written yet.

Please login to write comment.