#A2665F

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

Shades of Au Chico #A2665F

Tints of Au Chico #A2665F

Color information

#A2665F (or 0xA2665F) is unknown color: approx Au Chico. HEX triplet: A2, 66 and 5F. RGB value is (162,102,95). Sum of RGB (Red+Green+Blue) = 162+102+95=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A2665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2665F is #5D99A0. Grayscale: #777777. Windows color (decimal): -6134177 or 6252194. OLE color: 6252194.

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

Color convert

RGB16210295-
CMYK00.370.410.36
HSL6.27º26.48%50.39%-
HSV(B)6.27º41.36%63.53%-
XYZ21.7218.0113.16-
YUV119.14114.38158.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=45.13%
G=28.41%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621029500.370.410.366.2726.4850.39
HexA2665F025292461a32
Octal242146137045514463262
Binary1010001011001101011111010010110100110010011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2665F; }

 p { color: rgb(162,102,95); }

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

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

 a { background-color: rgb(162,102,95); }

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

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

 span { border-color: rgb(162,102,95); }

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