Html Css Color HEX #A99471 Mongoose

📋 copy color: '#A99471'

red 169 ◦ green 148 ◦ blue 113

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

Shades of Mongoose #A99471

Tints of Mongoose #A99471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.42%

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 39.3%
G = 34.42%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A99471 (or 0xA99471) is known color: Mongoose. HEX triplet: A9, 94 and 71. RGB value is (169,148,113). Sum of RGB (Red+Green+Blue) = 169+148+113=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A99471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99471 is #566B8E. Grayscale: #969696. Windows color (decimal): -5663631 or 7443625. OLE color: 7443625.

HSL color Cylindrical-coordinate representation of color #A99471: hue angle of 37.5º degrees, saturation: 0.25, 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 #A99471 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 148 113 -
CMYK 0 0.12 0.33 0.34
HSL 37.5º 0.25% 0.55% -
HSV(B) 37.5º 0.33% 0.66% -
XYZ 29.93 30.81 19.99 -
YUV 150.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 169 148 113 0 0.12 0.33 0.34 37.5 0.25 0.55
Hex A9 94 71 0 C 21 22 26 19 37
Octal 251 224 161 0 14 41 42 46 31 67
Binary 10101001 10010100 1110001 0 1100 100001 100010 100110 11001 110111

Color Harmonies of #A99471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99471

Black with #A99471

Text Example


Text Example

White with #A99471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99471; }

 p { color: rgb(169,148,113); }

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

background-color css

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

 a { background-color: rgb(169,148,113); }

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

border-color css

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

 span { border-color: rgb(169,148,113); }

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