#A2655E

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

Shades of Au Chico #A2655E

Tints of Au Chico #A2655E

Color information

#A2655E (or 0xA2655E) is unknown color: approx Au Chico. HEX triplet: A2, 65 and 5E. RGB value is (162,101,94). Sum of RGB (Red+Green+Blue) = 162+101+94=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2655E is #5D9AA1. Grayscale: #767676. Windows color (decimal): -6134434 or 6186402. OLE color: 6186402.

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

Color convert

RGB16210194-
CMYK00.380.420.36
HSL6.18º26.77%50.2%-
HSV(B)6.18º41.98%63.53%-
XYZ21.5717.812.89-
YUV118.44114.21159.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 94 (37.11% from 255) = 26.33%
R=45.38%
G=28.29%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621019400.380.420.366.1826.7750.2
HexA2655E0262A2461b32
Octal242145136046524463362
Binary1010001011001011011110010011010101010010011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2655E; }

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

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

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

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

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

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

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

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