#A4564E

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

Shades of Crail #A4564E

Tints of Crail #A4564E

Color information

#A4564E (or 0xA4564E) is unknown color: approx Crail. HEX triplet: A4, 56 and 4E. RGB value is (164,86,78). Sum of RGB (Red+Green+Blue) = 164+86+78=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4564E is #5BA9B1. Grayscale: #6C6C6C. Windows color (decimal): -6007218 or 5133988. OLE color: 5133988.

HSL color Cylindrical-coordinate representation of color #A4564E: hue angle of 5.58º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4564E is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1648678-
CMYK00.480.520.36
HSL5.58º35.54%47.45%-
HSV(B)5.58º52.44%64.31%-
XYZ20.0115.19.07-
YUV108.41110.84167.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 26.22%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=50%
G=26.22%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164867800.480.520.365.5835.5447.45
HexA4564E03034246242f
Octal244126116060644464457
Binary10100100101011010011100110000110100100100110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4564E; }

 p { color: rgb(164,86,78); }

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

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

 a { background-color: rgb(164,86,78); }

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

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

 span { border-color: rgb(164,86,78); }

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