#AB6559

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

Shades of Au Chico #AB6559

Tints of Au Chico #AB6559

Color information

#AB6559 (or 0xAB6559) is unknown color: approx Au Chico. HEX triplet: AB, 65 and 59. RGB value is (171,101,89). Sum of RGB (Red+Green+Blue) = 171+101+89=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6559 is #549AA6. Grayscale: #787878. Windows color (decimal): -5544615 or 5858731. OLE color: 5858731.

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

Color convert

RGB17110189-
CMYK00.410.480.33
HSL8.78º32.8%50.98%-
HSV(B)8.78º47.95%67.06%-
XYZ23.2518.6911.83-
YUV120.56110.19163.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 89 (35.16% from 255) = 24.65%
R=47.37%
G=27.98%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711018900.410.480.338.7832.850.98
HexAB6559029302192133
Octal2531451310516041114163
Binary101010111100101101100101010011100001000011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6559; }

 p { color: rgb(171,101,89); }

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

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

 a { background-color: rgb(171,101,89); }

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

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

 span { border-color: rgb(171,101,89); }

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