#A0665A

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

Shades of Au Chico #A0665A

Tints of Au Chico #A0665A

Color information

#A0665A (or 0xA0665A) is unknown color: approx Au Chico. HEX triplet: A0, 66 and 5A. RGB value is (160,102,90). Sum of RGB (Red+Green+Blue) = 160+102+90=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0665A is #5F99A5. Grayscale: #767676. Windows color (decimal): -6265254 or 5924512. OLE color: 5924512.

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

Color convert

RGB16010290-
CMYK00.360.440.37
HSL10.29º28%49.02%-
HSV(B)10.29º43.75%62.75%-
XYZ21.0917.7111.98-
YUV117.97112.22157.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=45.45%
G=28.98%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601029000.360.440.3710.292849.02
HexA0665A0242C25a1c31
Octal2401461320445445123461
Binary10100000110011010110100100100101100100101101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0665A; }

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

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

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

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

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

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

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

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