#AB665A

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

Shades of Au Chico #AB665A

Tints of Au Chico #AB665A

Color information

#AB665A (or 0xAB665A) is unknown color: approx Au Chico. HEX triplet: AB, 66 and 5A. RGB value is (171,102,90). Sum of RGB (Red+Green+Blue) = 171+102+90=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB665A is #5499A5. Grayscale: #797979. Windows color (decimal): -5544358 or 5924523. OLE color: 5924523.

HSL color Cylindrical-coordinate representation of color #AB665A: hue angle of 8.89º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB665A is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17110290-
CMYK00.400.470.33
HSL8.89º32.53%51.18%-
HSV(B)8.89º47.37%67.06%-
XYZ23.3918.912.09-
YUV121.26110.36163.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 90 (35.55% from 255) = 24.79%
R=47.11%
G=28.10%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711029000.400.470.338.8932.5351.18
HexAB665A0282F2192133
Octal2531461320505741114163
Binary101010111100110101101001010001011111000011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB665A; }

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

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

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

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

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

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

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

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