Html Css Color HEX #A99277 Mongoose

📋 copy color: '#A99277'

red 169 ◦ green 146 ◦ blue 119

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

Shades of Mongoose #A99277

Tints of Mongoose #A99277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.64%

 BLUE value IS 119 (46.88% from 255) = 27.42%

R = 38.94%
G = 33.64%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A99277 (or 0xA99277) is known color: Mongoose. HEX triplet: A9, 92 and 77. RGB value is (169,146,119). Sum of RGB (Red+Green+Blue) = 169+146+119=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A99277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99277 is #566D88. Grayscale: #959595. Windows color (decimal): -5664137 or 7836329. OLE color: 7836329.

HSL color Cylindrical-coordinate representation of color #A99277: hue angle of 32.4º 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 #A99277 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 146 119 -
CMYK 0 0.14 0.30 0.34
HSL 32.4º 0.23% 0.56% -
HSV(B) 32.4º 0.3% 0.66% -
XYZ 29.97 30.32 21.73 -
YUV 149.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 169 146 119 0 0.14 0.30 0.34 32.4 0.23 0.56
Hex A9 92 77 0 E 1E 22 20 17 38
Octal 251 222 167 0 16 36 42 40 27 70
Binary 10101001 10010010 1110111 0 1110 11110 100010 100000 10111 111000

Color Harmonies of #A99277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99277

Black with #A99277

Text Example


Text Example

White with #A99277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99277; }

 p { color: rgb(169,146,119); }

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

background-color css

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

 a { background-color: rgb(169,146,119); }

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

border-color css

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

 span { border-color: rgb(169,146,119); }

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