Html Css Color HEX #A99473 Mongoose

📋 copy color: '#A99473'

red 169 ◦ green 148 ◦ blue 115

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

Shades of Mongoose #A99473

Tints of Mongoose #A99473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.62%

R = 39.12%
G = 34.26%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A99473 (or 0xA99473) is known color: Mongoose. HEX triplet: A9, 94 and 73. RGB value is (169,148,115). Sum of RGB (Red+Green+Blue) = 169+148+115=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99473 is #566B8C. Grayscale: #969696. Windows color (decimal): -5663629 or 7574697. OLE color: 7574697.

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

Color convert

RGB 169 148 115 -
CMYK 0 0.12 0.32 0.34
HSL 36.67º 0.24% 0.56% -
HSV(B) 36.67º 0.32% 0.66% -
XYZ 30.05 30.85 20.59 -
YUV 150.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 169 148 115 0 0.12 0.32 0.34 36.67 0.24 0.56
Hex A9 94 73 0 C 20 22 25 18 38
Octal 251 224 163 0 14 40 42 45 30 70
Binary 10101001 10010100 1110011 0 1100 100000 100010 100101 11000 111000

Color Harmonies of #A99473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99473

Black with #A99473

Text Example


Text Example

White with #A99473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99473; }

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

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

background-color css

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

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

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

border-color css

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

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

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