#A2655B

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

Shades of Au Chico #A2655B

Tints of Au Chico #A2655B

Color information

#A2655B (or 0xA2655B) is unknown color: approx Au Chico. HEX triplet: A2, 65 and 5B. RGB value is (162,101,91). Sum of RGB (Red+Green+Blue) = 162+101+91=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A2655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2655B is #5D9AA4. Grayscale: #767676. Windows color (decimal): -6134437 or 5989794. OLE color: 5989794.

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

Color convert

RGB16210191-
CMYK00.380.440.36
HSL8.45º28.06%49.61%-
HSV(B)8.45º43.83%63.53%-
XYZ21.4417.7412.19-
YUV118.1112.71159.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=45.76%
G=28.53%
B=25.71%

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
Decimal1621019100.380.440.368.4528.0649.61
HexA2655B0262C2481c32
Octal2421451330465444103462
Binary10100010110010110110110100110101100100100100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2655B; }

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

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

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

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

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

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

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

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