#A2655A

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

Shades of Au Chico #A2655A

Tints of Au Chico #A2655A

Color information

#A2655A (or 0xA2655A) is unknown color: approx Au Chico. HEX triplet: A2, 65 and 5A. RGB value is (162,101,90). Sum of RGB (Red+Green+Blue) = 162+101+90=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 162 - color contains mainly: red. Hex color #A2655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2655A is #5D9AA5. Grayscale: #767676. Windows color (decimal): -6134438 or 5924258. OLE color: 5924258.

HSL color Cylindrical-coordinate representation of color #A2655A: hue angle of 9.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2655A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB16210190-
CMYK00.380.440.36
HSL9.17º28.57%49.41%-
HSV(B)9.17º44.44%63.53%-
XYZ21.417.7311.97-
YUV117.98112.21159.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=45.89%
G=28.61%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621019000.380.440.369.1728.5749.41
HexA2655A0262C2491d31
Octal2421451320465444113561
Binary10100010110010110110100100110101100100100100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2655A; }

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

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

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

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

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

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

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

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