#A06151

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

Shades of Au Chico #A06151

Tints of Au Chico #A06151

Color information

#A06151 (or 0xA06151) is unknown color: approx Au Chico. HEX triplet: A0, 61 and 51. RGB value is (160,97,81). Sum of RGB (Red+Green+Blue) = 160+97+81=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A06151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06151 is #5F9EAE. Grayscale: #727272. Windows color (decimal): -6266543 or 5333408. OLE color: 5333408.

HSL color Cylindrical-coordinate representation of color #A06151: hue angle of 12.15º degrees, saturation: 0.33, 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 #A06151 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB1609781-
CMYK00.390.490.37
HSL12.15º32.78%47.25%-
HSV(B)12.15º49.38%62.75%-
XYZ20.2616.629.92-
YUV114.01109.37160.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 81 (32.03% from 255) = 23.96%
R=47.34%
G=28.70%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160978100.390.490.3712.1532.7847.25
HexA061510273125c212f
Octal2401411210476145144157
Binary101000001100001101000101001111100011001011100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06151; }

 p { color: rgb(160,97,81); }

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

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

 a { background-color: rgb(160,97,81); }

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

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

 span { border-color: rgb(160,97,81); }

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