#AB6059

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

Shades of Au Chico #AB6059

Tints of Au Chico #AB6059

Color information

#AB6059 (or 0xAB6059) is unknown color: approx Au Chico. HEX triplet: AB, 60 and 59. RGB value is (171,96,89). Sum of RGB (Red+Green+Blue) = 171+96+89=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6059 is #549FA6. Grayscale: #757575. Windows color (decimal): -5545895 or 5857451. OLE color: 5857451.

HSL color Cylindrical-coordinate representation of color #AB6059: hue angle of 5.12º 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 #AB6059 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB1719689-
CMYK00.440.480.33
HSL5.12º32.8%50.98%-
HSV(B)5.12º47.95%67.06%-
XYZ22.7817.7411.68-
YUV117.63111.85166.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 89 (35.16% from 255) = 25%
R=48.03%
G=26.97%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171968900.440.480.335.1232.850.98
HexAB605902C302152133
Octal253140131054604154163
Binary10101011110000010110010101100110000100001101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6059; }

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

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

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

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

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

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

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

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