#A6604D

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

Shades of Crail #A6604D

Tints of Crail #A6604D

Color information

#A6604D (or 0xA6604D) is unknown color: approx Crail. HEX triplet: A6, 60 and 4D. RGB value is (166,96,77). Sum of RGB (Red+Green+Blue) = 166+96+77=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6604D is #599FB2. Grayscale: #727272. Windows color (decimal): -5873587 or 5071014. OLE color: 5071014.

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

Color convert

RGB1669677-
CMYK00.420.540.35
HSL12.81º36.63%47.65%-
HSV(B)12.81º53.61%65.1%-
XYZ21.2517.019.18-
YUV114.76106.69164.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=48.97%
G=28.32%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166967700.420.540.3512.8136.6347.65
HexA6604D02A3623d2530
Octal2461401150526643154560
Binary101001101100000100110101010101101101000111101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6604D; }

 p { color: rgb(166,96,77); }

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

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

 a { background-color: rgb(166,96,77); }

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

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

 span { border-color: rgb(166,96,77); }

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