Html Css Color HEX #986159 Au Chico

📋 copy color: '#986159'

red 152 ◦ green 97 ◦ blue 89

#986159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Au Chico #986159

Tints of Au Chico #986159

RGB

 RED value IS 152 (59.77% from 255) = 44.97%

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 89 (35.16% from 255) = 26.33%

R = 44.97%
G = 28.7%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#986159 (or 0x986159) is known color: 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

RGB 152 97 89 -
CMYK 0 0.36 0.41 0.40
HSL 7.62º 0.26% 0.47% -
HSV(B) 7.62º 0.41% 0.6% -
XYZ 19.03 15.95 11.53 -
YUV 112.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 152 97 89 0 0.36 0.41 0.40 7.62 0.26 0.47
Hex 98 61 59 0 24 29 28 8 1A 2F
Octal 230 141 131 0 44 51 50 10 32 57
Binary 10011000 1100001 1011001 0 100100 101001 101000 1000 11010 101111

Color Harmonies of #986159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986159

Black with #986159

Text Example


Text Example

White with #986159

Text Example


Text Example

HTML Codes & Css Web 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>