Html Css Color HEX #A99072 Mongoose

📋 copy color: '#A99072'

red 169 ◦ green 144 ◦ blue 114

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

Shades of Mongoose #A99072

Tints of Mongoose #A99072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.7%

R = 39.58%
G = 33.72%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A99072 (or 0xA99072) is known color: Mongoose. HEX triplet: A9, 90 and 72. RGB value is (169,144,114). Sum of RGB (Red+Green+Blue) = 169+144+114=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 169 - color contains mainly: red. Hex color #A99072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99072 is #566F8D. Grayscale: #949494. Windows color (decimal): -5664654 or 7508137. OLE color: 7508137.

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

Color convert

RGB 169 144 114 -
CMYK 0 0.15 0.33 0.34
HSL 32.73º 0.24% 0.55% -
HSV(B) 32.73º 0.33% 0.66% -
XYZ 29.37 29.6 20.08 -
YUV 148.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 169 144 114 0 0.15 0.33 0.34 32.73 0.24 0.55
Hex A9 90 72 0 F 21 22 21 18 37
Octal 251 220 162 0 17 41 42 41 30 67
Binary 10101001 10010000 1110010 0 1111 100001 100010 100001 11000 110111

Color Harmonies of #A99072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99072

Black with #A99072

Text Example


Text Example

White with #A99072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99072; }

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

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

background-color css

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

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

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

border-color css

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

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

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