Html Css Color HEX #A99271 Mongoose

📋 copy color: '#A99271'

red 169 ◦ green 146 ◦ blue 113

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

Shades of Mongoose #A99271

Tints of Mongoose #A99271

RGB

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

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

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

R = 39.49%
G = 34.11%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A99271 (or 0xA99271) is known color: Mongoose. HEX triplet: A9, 92 and 71. RGB value is (169,146,113). Sum of RGB (Red+Green+Blue) = 169+146+113=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A99271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99271 is #566D8E. Grayscale: #959595. Windows color (decimal): -5664143 or 7443113. OLE color: 7443113.

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

Color convert

RGB 169 146 113 -
CMYK 0 0.14 0.33 0.34
HSL 35.36º 0.25% 0.55% -
HSV(B) 35.36º 0.33% 0.66% -
XYZ 29.62 30.19 19.89 -
YUV 149.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 169 146 113 0 0.14 0.33 0.34 35.36 0.25 0.55
Hex A9 92 71 0 E 21 22 23 19 37
Octal 251 222 161 0 16 41 42 43 31 67
Binary 10101001 10010010 1110001 0 1110 100001 100010 100011 11001 110111

Color Harmonies of #A99271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99271

Black with #A99271

Text Example


Text Example

White with #A99271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99271; }

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

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

background-color css

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

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

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

border-color css

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

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

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