Html Css Color HEX #A98B74 Mongoose

📋 copy color: '#A98B74'

red 169 ◦ green 139 ◦ blue 116

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

Shades of Mongoose #A98B74

Tints of Mongoose #A98B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.78%

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 39.86%
G = 32.78%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A98B74 (or 0xA98B74) is known color: Mongoose. HEX triplet: A9, 8B and 74. RGB value is (169,139,116). Sum of RGB (Red+Green+Blue) = 169+139+116=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B74 is #56748B. Grayscale: #919191. Windows color (decimal): -5665932 or 7637929. OLE color: 7637929.

HSL color Cylindrical-coordinate representation of color #A98B74: hue angle of 26.04º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98B74 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 139 116 -
CMYK 0 0.18 0.31 0.34
HSL 26.04º 0.24% 0.56% -
HSV(B) 26.04º 0.31% 0.66% -
XYZ 28.75 28.16 20.44 -
YUV 145.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 169 139 116 0 0.18 0.31 0.34 26.04 0.24 0.56
Hex A9 8B 74 0 12 1F 22 1A 18 38
Octal 251 213 164 0 22 37 42 32 30 70
Binary 10101001 10001011 1110100 0 10010 11111 100010 11010 11000 111000

Color Harmonies of #A98B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98B74

Black with #A98B74

Text Example


Text Example

White with #A98B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98B74; }

 p { color: rgb(169,139,116); }

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

background-color css

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

 a { background-color: rgb(169,139,116); }

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

border-color css

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

 span { border-color: rgb(169,139,116); }

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