#A6554A

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

Shades of Crail #A6554A

Tints of Crail #A6554A

Color information

#A6554A (or 0xA6554A) is unknown color: approx Crail. HEX triplet: A6, 55 and 4A. RGB value is (166,85,74). Sum of RGB (Red+Green+Blue) = 166+85+74=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6554A is #59AAB5. Grayscale: #6C6C6C. Windows color (decimal): -5876406 or 4871590. OLE color: 4871590.

HSL color Cylindrical-coordinate representation of color #A6554A: hue angle of 7.17º 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 #A6554A is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1668574-
CMYK00.490.550.35
HSL7.17º38.33%47.06%-
HSV(B)7.17º55.42%65.1%-
XYZ20.2115.18.33-
YUV107.96108.84169.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=51.08%
G=26.15%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166857400.490.550.357.1738.3347.06
HexA6554A03137237262f
Octal246125112061674374657
Binary10100110101010110010100110001110111100011111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6554A; }

 p { color: rgb(166,85,74); }

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

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

 a { background-color: rgb(166,85,74); }

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

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

 span { border-color: rgb(166,85,74); }

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