#A86053

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

Shades of Au Chico #A86053

Tints of Au Chico #A86053

Color information

#A86053 (or 0xA86053) is unknown color: approx Au Chico. HEX triplet: A8, 60 and 53. RGB value is (168,96,83). Sum of RGB (Red+Green+Blue) = 168+96+83=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A86053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86053 is #579FAC. Grayscale: #747474. Windows color (decimal): -5742509 or 5464232. OLE color: 5464232.

HSL color Cylindrical-coordinate representation of color #A86053: hue angle of 9.18º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A86053 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB1689683-
CMYK00.430.510.34
HSL9.18º33.86%49.22%-
HSV(B)9.18º50.6%65.88%-
XYZ21.8917.3210.37-
YUV116.05109.35165.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.41%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=48.41%
G=27.67%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168968300.430.510.349.1833.8649.22
HexA8605302B332292231
Octal2501401230536342114261
Binary101010001100000101001101010111100111000101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86053; }

 p { color: rgb(168,96,83); }

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

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

 a { background-color: rgb(168,96,83); }

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

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

 span { border-color: rgb(168,96,83); }

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