#A66055

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

Shades of Au Chico #A66055

Tints of Au Chico #A66055

Color information

#A66055 (or 0xA66055) is unknown color: approx Au Chico. HEX triplet: A6, 60 and 55. RGB value is (166,96,85). Sum of RGB (Red+Green+Blue) = 166+96+85=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A66055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66055 is #599FAA. Grayscale: #737373. Windows color (decimal): -5873579 or 5595302. OLE color: 5595302.

HSL color Cylindrical-coordinate representation of color #A66055: hue angle of 8.15º degrees, saturation: 0.32, 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 #A66055 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB1669685-
CMYK00.420.490.35
HSL8.15º32.27%49.22%-
HSV(B)8.15º48.8%65.1%-
XYZ21.5517.1310.76-
YUV115.68110.69163.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=47.84%
G=27.67%
B=24.50%

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
Decimal166968500.420.490.358.1532.2749.22
HexA6605502A312382031
Octal2461401250526143104061
Binary101001101100000101010101010101100011000111000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66055; }

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

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

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

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

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

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

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

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