#A2655F

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

Shades of Au Chico #A2655F

Tints of Au Chico #A2655F

Color information

#A2655F (or 0xA2655F) is unknown color: approx Au Chico. HEX triplet: A2, 65 and 5F. RGB value is (162,101,95). Sum of RGB (Red+Green+Blue) = 162+101+95=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2655F is #5D9AA0. Grayscale: #767676. Windows color (decimal): -6134433 or 6251938. OLE color: 6251938.

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

Color convert

RGB16210195-
CMYK00.380.410.36
HSL5.37º26.48%50.39%-
HSV(B)5.37º41.36%63.53%-
XYZ21.6217.8113.13-
YUV118.56114.71158.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=45.25%
G=28.21%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621019500.380.410.365.3726.4850.39
HexA2655F026292451a32
Octal242145137046514453262
Binary1010001011001011011111010011010100110010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2655F; }

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

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

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

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

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

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

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

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