#A2604D

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

Shades of Crail #A2604D

Tints of Crail #A2604D

Color information

#A2604D (or 0xA2604D) is unknown color: approx Crail. HEX triplet: A2, 60 and 4D. RGB value is (162,96,77). Sum of RGB (Red+Green+Blue) = 162+96+77=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2604D is #5D9FB2. Grayscale: #717171. Windows color (decimal): -6135731 or 5071010. OLE color: 5071010.

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

Color convert

RGB1629677-
CMYK00.410.520.36
HSL13.41º35.56%46.86%-
HSV(B)13.41º52.47%63.53%-
XYZ20.4216.589.15-
YUV113.57107.37162.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 77 (30.47% from 255) = 22.99%
R=48.36%
G=28.66%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162967700.410.520.3613.4135.5646.86
HexA2604D0293424d242f
Octal2421401150516444154457
Binary101000101100000100110101010011101001001001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2604D; }

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

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

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

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

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

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

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

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