Html Css Color HEX #A98D75 Mongoose

📋 copy color: '#A98D75'

red 169 ◦ green 141 ◦ blue 117

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

Shades of Mongoose #A98D75

Tints of Mongoose #A98D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.02%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 39.58%
G = 33.02%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A98D75 (or 0xA98D75) is known color: Mongoose. HEX triplet: A9, 8D and 75. RGB value is (169,141,117). Sum of RGB (Red+Green+Blue) = 169+141+117=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D75 is #56728A. Grayscale: #929292. Windows color (decimal): -5665419 or 7703977. OLE color: 7703977.

HSL color Cylindrical-coordinate representation of color #A98D75: hue angle of 27.69º degrees, saturation: 0.23, 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 #A98D75 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 141 117 -
CMYK 0 0.17 0.31 0.34
HSL 27.69º 0.23% 0.56% -
HSV(B) 27.69º 0.31% 0.66% -
XYZ 29.1 28.77 20.85 -
YUV 146.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 169 141 117 0 0.17 0.31 0.34 27.69 0.23 0.56
Hex A9 8D 75 0 11 1F 22 1C 17 38
Octal 251 215 165 0 21 37 42 34 27 70
Binary 10101001 10001101 1110101 0 10001 11111 100010 11100 10111 111000

Color Harmonies of #A98D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98D75

Black with #A98D75

Text Example


Text Example

White with #A98D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98D75; }

 p { color: rgb(169,141,117); }

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

background-color css

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

 a { background-color: rgb(169,141,117); }

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

border-color css

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

 span { border-color: rgb(169,141,117); }

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