#A2564E

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

Shades of Crail #A2564E

Tints of Crail #A2564E

Color information

#A2564E (or 0xA2564E) is unknown color: approx Crail. HEX triplet: A2, 56 and 4E. RGB value is (162,86,78). Sum of RGB (Red+Green+Blue) = 162+86+78=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A2564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2564E is #5DA9B1. Grayscale: #6B6B6B. Windows color (decimal): -6138290 or 5133986. OLE color: 5133986.

HSL color Cylindrical-coordinate representation of color #A2564E: hue angle of 5.71º degrees, saturation: 0.35, 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 #A2564E is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB1628678-
CMYK00.470.520.36
HSL5.71º35%47.06%-
HSV(B)5.71º51.85%63.53%-
XYZ19.614.899.05-
YUV107.81111.18166.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 78 (30.86% from 255) = 23.93%
R=49.69%
G=26.38%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162867800.470.520.365.713547.06
HexA2564E02F34246232f
Octal242126116057644464357
Binary10100010101011010011100101111110100100100110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2564E; }

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

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

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

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

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

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

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

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