#AB6159

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

Shades of Au Chico #AB6159

Tints of Au Chico #AB6159

Color information

#AB6159 (or 0xAB6159) is unknown color: approx Au Chico. HEX triplet: AB, 61 and 59. RGB value is (171,97,89). Sum of RGB (Red+Green+Blue) = 171+97+89=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6159 is #549EA6. Grayscale: #767676. Windows color (decimal): -5545639 or 5857707. OLE color: 5857707.

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

Color convert

RGB1719789-
CMYK00.430.480.33
HSL5.85º32.8%50.98%-
HSV(B)5.85º47.95%67.06%-
XYZ22.8717.9311.71-
YUV118.21111.52165.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 89 (35.16% from 255) = 24.93%
R=47.90%
G=27.17%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171978900.430.480.335.8532.850.98
HexAB615902B302162133
Octal253141131053604164163
Binary10101011110000110110010101011110000100001110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6159; }

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

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

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

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

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

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

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

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