#a2614f

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

Shades of Au Chico #A2614F

Tints of Au Chico #A2614F

Color information

#A2614F (or 0xA2614F) is unknown color: approx Au Chico. HEX triplet: A2, 61 and 4F. RGB value is (162,97,79). Sum of RGB (Red+Green+Blue) = 162+97+79=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2614F is #5D9EB0. Grayscale: #727272. Windows color (decimal): -6135473 or 5202338. OLE color: 5202338.

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

Color convert

RGB1629779-
CMYK00.400.510.36
HSL13.01º34.44%47.25%-
HSV(B)13.01º51.23%63.53%-
XYZ20.5916.89.55-
YUV114.38108.03161.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=47.93%
G=28.70%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162977900.400.510.3613.0134.4447.25
HexA2614F0283324d222f
Octal2421411170506344154257
Binary101000101100001100111101010001100111001001101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2614f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2614f; }

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

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

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

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

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

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

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

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