#A0665C

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

Shades of Au Chico #A0665C

Tints of Au Chico #A0665C

Color information

#A0665C (or 0xA0665C) is unknown color: approx Au Chico. HEX triplet: A0, 66 and 5C. RGB value is (160,102,92). Sum of RGB (Red+Green+Blue) = 160+102+92=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0665C is #5F99A3. Grayscale: #767676. Windows color (decimal): -6265252 or 6055584. OLE color: 6055584.

HSL color Cylindrical-coordinate representation of color #A0665C: hue angle of 8.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0665C is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB16010292-
CMYK00.360.430.37
HSL8.82º26.98%49.41%-
HSV(B)8.82º42.5%62.75%-
XYZ21.1817.7512.43-
YUV118.2113.22157.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=45.20%
G=28.81%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601029200.360.430.378.8226.9849.41
HexA0665C0242B2591b31
Octal2401461340445345113361
Binary10100000110011010111000100100101011100101100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0665C; }

 p { color: rgb(160,102,92); }

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

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

 a { background-color: rgb(160,102,92); }

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

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

 span { border-color: rgb(160,102,92); }

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