#A86054

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

Shades of Au Chico #A86054

Tints of Au Chico #A86054

Color information

#A86054 (or 0xA86054) is unknown color: approx Au Chico. HEX triplet: A8, 60 and 54. RGB value is (168,96,84). Sum of RGB (Red+Green+Blue) = 168+96+84=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A86054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86054 is #579FAB. Grayscale: #747474. Windows color (decimal): -5742508 or 5529768. OLE color: 5529768.

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

Color convert

RGB1689684-
CMYK00.430.50.34
HSL8.57º33.33%49.41%-
HSV(B)8.57º50%65.88%-
XYZ21.9317.3310.58-
YUV116.16109.85164.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=48.28%
G=27.59%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.5
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168968400.430.50.348.5733.3349.41
HexA8605402B322292131
Octal2501401240536242114161
Binary101010001100000101010001010111100101000101001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86054; }

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

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

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

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

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

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

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

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