#A6564B

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

Shades of Crail #A6564B

Tints of Crail #A6564B

Color information

#A6564B (or 0xA6564B) is unknown color: approx Crail. HEX triplet: A6, 56 and 4B. RGB value is (166,86,75). Sum of RGB (Red+Green+Blue) = 166+86+75=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6564B is #59A9B4. Grayscale: #6C6C6C. Windows color (decimal): -5876149 or 4937382. OLE color: 4937382.

HSL color Cylindrical-coordinate representation of color #A6564B: hue angle of 7.25º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6564B is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1668675-
CMYK00.480.550.35
HSL7.25º37.76%47.25%-
HSV(B)7.25º54.82%65.1%-
XYZ20.3215.278.53-
YUV108.67109168.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 75 (29.69% from 255) = 22.94%
R=50.76%
G=26.30%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166867500.480.550.357.2537.7647.25
HexA6564B03037237262f
Octal246126113060674374657
Binary10100110101011010010110110000110111100011111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6564B; }

 p { color: rgb(166,86,75); }

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

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

 a { background-color: rgb(166,86,75); }

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

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

 span { border-color: rgb(166,86,75); }

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