#A66054

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

Shades of Au Chico #A66054

Tints of Au Chico #A66054

Color information

#A66054 (or 0xA66054) is unknown color: approx Au Chico. HEX triplet: A6, 60 and 54. RGB value is (166,96,84). Sum of RGB (Red+Green+Blue) = 166+96+84=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A66054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66054 is #599FAB. Grayscale: #737373. Windows color (decimal): -5873580 or 5529766. OLE color: 5529766.

HSL color Cylindrical-coordinate representation of color #A66054: hue angle of 8.78º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66054 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB1669684-
CMYK00.420.490.35
HSL8.78º32.8%49.02%-
HSV(B)8.78º49.4%65.1%-
XYZ21.5117.1110.56-
YUV115.56110.19163.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=47.98%
G=27.75%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166968400.420.490.358.7832.849.02
HexA6605402A312392131
Octal2461401240526143114161
Binary101001101100000101010001010101100011000111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66054; }

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

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

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

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

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

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

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

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