#AB665B

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

Shades of Au Chico #AB665B

Tints of Au Chico #AB665B

Color information

#AB665B (or 0xAB665B) is unknown color: approx Au Chico. HEX triplet: AB, 66 and 5B. RGB value is (171,102,91). Sum of RGB (Red+Green+Blue) = 171+102+91=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB665B is #5499A4. Grayscale: #797979. Windows color (decimal): -5544357 or 5990059. OLE color: 5990059.

HSL color Cylindrical-coordinate representation of color #AB665B: hue angle of 8.25º degrees, saturation: 0.32, 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 #AB665B is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17110291-
CMYK00.400.470.33
HSL8.25º32.26%51.37%-
HSV(B)8.25º46.78%67.06%-
XYZ23.4318.9212.31-
YUV121.38110.86163.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.98%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 91 (35.94% from 255) = 25%
R=46.98%
G=28.02%
B=25%

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
Decimal1711029100.400.470.338.2532.2651.37
HexAB665B0282F2182033
Octal2531461330505741104063
Binary101010111100110101101101010001011111000011000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB665B; }

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

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

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

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

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

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

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

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