#A2604F

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

Shades of Au Chico #A2604F

Tints of Au Chico #A2604F

Color information

#A2604F (or 0xA2604F) is unknown color: approx Au Chico. HEX triplet: A2, 60 and 4F. RGB value is (162,96,79). Sum of RGB (Red+Green+Blue) = 162+96+79=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2604F is #5D9FB0. Grayscale: #717171. Windows color (decimal): -6135729 or 5202082. OLE color: 5202082.

HSL color Cylindrical-coordinate representation of color #A2604F: hue angle of 12.29º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2604F is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB1629679-
CMYK00.410.510.36
HSL12.29º34.44%47.25%-
HSV(B)12.29º51.23%63.53%-
XYZ20.4916.619.52-
YUV113.8108.37162.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=48.07%
G=28.49%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162967900.410.510.3612.2934.4447.25
HexA2604F0293324c222f
Octal2421401170516344144257
Binary101000101100000100111101010011100111001001100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2604F; }

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

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

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

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

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

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

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

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