#986159

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

Shades of Au Chico #986159

Tints of Au Chico #986159

Color information

#986159 (or 0x986159) is unknown color: approx Au Chico. HEX triplet: 98, 61 and 59. RGB value is (152,97,89). Sum of RGB (Red+Green+Blue) = 152+97+89=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #986159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986159 is #679EA6. Grayscale: #707070. Windows color (decimal): -6790823 or 5857688. OLE color: 5857688.

HSL color Cylindrical-coordinate representation of color #986159: hue angle of 7.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #986159 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB1529789-
CMYK00.360.410.40
HSL7.62º26.14%47.25%-
HSV(B)7.62º41.45%59.61%-
XYZ19.0315.9511.53-
YUV112.53114.72156.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 89 (35.16% from 255) = 26.33%
R=44.97%
G=28.70%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152978900.360.410.407.6226.1447.25
Hex986159024292881a2f
Octal2301411310445150103257
Binary10011000110000110110010100100101001101000100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986159; }

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

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

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

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

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

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

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

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