Html Css Color HEX #A99166 Mongoose

📋 copy color: '#A99166'

red 169 ◦ green 145 ◦ blue 102

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

Shades of Mongoose #A99166

Tints of Mongoose #A99166

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.86%

 BLUE value IS 102 (40.23% from 255) = 24.52%

R = 40.63%
G = 34.86%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A99166 (or 0xA99166) is known color: Mongoose. HEX triplet: A9, 91 and 66. RGB value is (169,145,102). Sum of RGB (Red+Green+Blue) = 169+145+102=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A99166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99166 is #566E99. Grayscale: #939393. Windows color (decimal): -5664410 or 6721961. OLE color: 6721961.

HSL color Cylindrical-coordinate representation of color #A99166: hue angle of 38.51º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A99166 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 145 102 -
CMYK 0 0.14 0.40 0.34
HSL 38.51º 0.28% 0.53% -
HSV(B) 38.51º 0.4% 0.66% -
XYZ 28.89 29.65 16.77 -
YUV 147.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 169 145 102 0 0.14 0.40 0.34 38.51 0.28 0.53
Hex A9 91 66 0 E 28 22 27 1C 35
Octal 251 221 146 0 16 50 42 47 34 65
Binary 10101001 10010001 1100110 0 1110 101000 100010 100111 11100 110101

Color Harmonies of #A99166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99166

Black with #A99166

Text Example


Text Example

White with #A99166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99166; }

 p { color: rgb(169,145,102); }

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

background-color css

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

 a { background-color: rgb(169,145,102); }

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

border-color css

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

 span { border-color: rgb(169,145,102); }

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