Html Css Color HEX #986157 Au Chico

📋 copy color: '#986157'

red 152 ◦ green 97 ◦ blue 87

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

Shades of Au Chico #986157

Tints of Au Chico #986157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 45.24%
G = 28.87%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#986157 (or 0x986157) is known color: Au Chico. HEX triplet: 98, 61 and 57. RGB value is (152,97,87). Sum of RGB (Red+Green+Blue) = 152+97+87=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #986157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986157 is #679EA8. Grayscale: #707070. Windows color (decimal): -6790825 or 5726616. OLE color: 5726616.

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

Color convert

RGB 152 97 87 -
CMYK 0 0.36 0.43 0.40
HSL 9.23º 0.27% 0.47% -
HSV(B) 9.23º 0.43% 0.6% -
XYZ 18.94 15.91 11.09 -
YUV 112.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 152 97 87 0 0.36 0.43 0.40 9.23 0.27 0.47
Hex 98 61 57 0 24 2B 28 9 1B 2F
Octal 230 141 127 0 44 53 50 11 33 57
Binary 10011000 1100001 1010111 0 100100 101011 101000 1001 11011 101111

Color Harmonies of #986157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986157

Black with #986157

Text Example


Text Example

White with #986157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986157; }

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

 H1.HeaderClassName
 {
   color: #986157;
 }
 .AnyTagClassName
 {
   color: #986157;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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