#A06451

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

Shades of Au Chico #A06451

Tints of Au Chico #A06451

Color information

#A06451 (or 0xA06451) is unknown color: approx Au Chico. HEX triplet: A0, 64 and 51. RGB value is (160,100,81). Sum of RGB (Red+Green+Blue) = 160+100+81=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A06451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06451 is #5F9BAE. Grayscale: #737373. Windows color (decimal): -6265775 or 5334176. OLE color: 5334176.

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

Color convert

RGB16010081-
CMYK00.380.490.37
HSL14.43º32.78%47.25%-
HSV(B)14.43º49.38%62.75%-
XYZ20.5417.1810.02-
YUV115.77108.38159.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=46.92%
G=29.33%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601008100.380.490.3714.4332.7847.25
HexA064510263125e212f
Octal2401441210466145164157
Binary101000001100100101000101001101100011001011110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06451; }

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

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

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

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

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

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

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

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