Html Css Color HEX #A98E70 Mongoose

📋 copy color: '#A98E70'

red 169 ◦ green 142 ◦ blue 112

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

Shades of Mongoose #A98E70

Tints of Mongoose #A98E70

RGB

 RED value IS 169 (66.41% from 255) = 39.95%

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 39.95%
G = 33.57%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#A98E70 (or 0xA98E70) is known color: Mongoose. HEX triplet: A9, 8E and 70. RGB value is (169,142,112). Sum of RGB (Red+Green+Blue) = 169+142+112=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E70 is #56718F. Grayscale: #929292. Windows color (decimal): -5665168 or 7376553. OLE color: 7376553.

HSL color Cylindrical-coordinate representation of color #A98E70: hue angle of 31.58º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A98E70 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 142 112 -
CMYK 0 0.16 0.34 0.34
HSL 31.58º 0.25% 0.55% -
HSV(B) 31.58º 0.34% 0.66% -
XYZ 28.96 28.95 19.39 -
YUV 146.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 169 142 112 0 0.16 0.34 0.34 31.58 0.25 0.55
Hex A9 8E 70 0 10 22 22 20 19 37
Octal 251 216 160 0 20 42 42 40 31 67
Binary 10101001 10001110 1110000 0 10000 100010 100010 100000 11001 110111

Color Harmonies of #A98E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98E70

Black with #A98E70

Text Example


Text Example

White with #A98E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98E70; }

 p { color: rgb(169,142,112); }

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

background-color css

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

 a { background-color: rgb(169,142,112); }

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

border-color css

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

 span { border-color: rgb(169,142,112); }

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