#A06652

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

Shades of Au Chico #A06652

Tints of Au Chico #A06652

Color information

#A06652 (or 0xA06652) is unknown color: approx Au Chico. HEX triplet: A0, 66 and 52. RGB value is (160,102,82). Sum of RGB (Red+Green+Blue) = 160+102+82=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A06652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06652 is #5F99AD. Grayscale: #757575. Windows color (decimal): -6265262 or 5400224. OLE color: 5400224.

HSL color Cylindrical-coordinate representation of color #A06652: hue angle of 15.38º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A06652 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB16010282-
CMYK00.360.490.37
HSL15.38º32.23%47.45%-
HSV(B)15.38º48.75%62.75%-
XYZ20.7717.5910.28-
YUV117.06108.22158.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=46.51%
G=29.65%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601028200.360.490.3715.3832.2347.45
HexA066520243125f202f
Octal2401461220446145174057
Binary101000001100110101001001001001100011001011111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06652; }

 p { color: rgb(160,102,82); }

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

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

 a { background-color: rgb(160,102,82); }

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

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

 span { border-color: rgb(160,102,82); }

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