Html Css Color HEX #A99275 Mongoose

📋 copy color: '#A99275'

red 169 ◦ green 146 ◦ blue 117

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

Shades of Mongoose #A99275

Tints of Mongoose #A99275

RGB

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

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

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

R = 39.12%
G = 33.8%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A99275 (or 0xA99275) is known color: Mongoose. HEX triplet: A9, 92 and 75. RGB value is (169,146,117). Sum of RGB (Red+Green+Blue) = 169+146+117=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99275 is #566D8A. Grayscale: #959595. Windows color (decimal): -5664139 or 7705257. OLE color: 7705257.

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

Color convert

RGB 169 146 117 -
CMYK 0 0.14 0.31 0.34
HSL 33.46º 0.23% 0.56% -
HSV(B) 33.46º 0.31% 0.66% -
XYZ 29.85 30.28 21.1 -
YUV 149.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 169 146 117 0 0.14 0.31 0.34 33.46 0.23 0.56
Hex A9 92 75 0 E 1F 22 21 17 38
Octal 251 222 165 0 16 37 42 41 27 70
Binary 10101001 10010010 1110101 0 1110 11111 100010 100001 10111 111000

Color Harmonies of #A99275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99275

Black with #A99275

Text Example


Text Example

White with #A99275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99275; }

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

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

background-color css

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

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

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

border-color css

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

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

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