Html Css Color HEX #A99076 Mongoose

📋 copy color: '#A99076'

red 169 ◦ green 144 ◦ blue 118

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

Shades of Mongoose #A99076

Tints of Mongoose #A99076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.41%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 39.21%
G = 33.41%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A99076 (or 0xA99076) is known color: Mongoose. HEX triplet: A9, 90 and 76. RGB value is (169,144,118). Sum of RGB (Red+Green+Blue) = 169+144+118=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A99076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99076 is #566F89. Grayscale: #949494. Windows color (decimal): -5664650 or 7770281. OLE color: 7770281.

HSL color Cylindrical-coordinate representation of color #A99076: hue angle of 30.59º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99076 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 144 118 -
CMYK 0 0.15 0.30 0.34
HSL 30.59º 0.23% 0.56% -
HSV(B) 30.59º 0.3% 0.66% -
XYZ 29.61 29.69 21.31 -
YUV 148.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 169 144 118 0 0.15 0.30 0.34 30.59 0.23 0.56
Hex A9 90 76 0 F 1E 22 1F 17 38
Octal 251 220 166 0 17 36 42 37 27 70
Binary 10101001 10010000 1110110 0 1111 11110 100010 11111 10111 111000

Color Harmonies of #A99076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99076

Black with #A99076

Text Example


Text Example

White with #A99076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99076; }

 p { color: rgb(169,144,118); }

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

background-color css

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

 a { background-color: rgb(169,144,118); }

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

border-color css

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

 span { border-color: rgb(169,144,118); }

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