#A45345

Color #A45345 Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #A45345

Tints of Crail #A45345

Color information

#A45345 (or 0xA45345) is unknown color: approx Crail. HEX triplet: A4, 53 and 45. RGB value is (164,83,69). Sum of RGB (Red+Green+Blue) = 164+83+69=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A45345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45345 is #5BACBA. Grayscale: #696969. Windows color (decimal): -6007995 or 4543396. OLE color: 4543396.

HSL color Cylindrical-coordinate representation of color #A45345: hue angle of 8.84º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A45345 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB1648369-
CMYK00.490.580.36
HSL8.84º40.77%45.69%-
HSV(B)8.84º57.93%64.31%-
XYZ19.4814.517.4-
YUV105.62107.34169.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 51.90%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=51.90%
G=26.27%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164836900.490.580.368.8440.7745.69
HexA453450313A249292e
Octal2441231050617244115156
Binary101001001010011100010101100011110101001001001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45345; }

 p { color: rgb(164,83,69); }

 H1.HeaderClassName
 {
   color: #A45345;
 }
 .AnyTagClassName
 {
   color: #A45345;
 }
</style>
background-color css

<style>
 a { background-color: #A45345; }

 a { background-color: rgb(164,83,69); }

 div.DivClassName
 {
   background-color: #A45345;
 }
 .BgClassName
 {
   background-color: #A45345;
 }
</style>
border-color css

<style>
 span { border-color: #A45345; }

 span { border-color: rgb(164,83,69); }

 td.TdClassName
 {
   border-color: #A45345;
 }
 .TagClassName
 {
   border-color: #A45345;
 }
</style>