Html Css Color HEX #A99268 Mongoose

📋 copy color: '#A99268'

red 169 ◦ green 146 ◦ blue 104

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

Shades of Mongoose #A99268

Tints of Mongoose #A99268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.82%

R = 40.33%
G = 34.84%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A99268 (or 0xA99268) is known color: Mongoose. HEX triplet: A9, 92 and 68. RGB value is (169,146,104). Sum of RGB (Red+Green+Blue) = 169+146+104=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A99268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99268 is #566D97. Grayscale: #949494. Windows color (decimal): -5664152 or 6853289. OLE color: 6853289.

HSL color Cylindrical-coordinate representation of color #A99268: hue angle of 38.77º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A99268 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 146 104 -
CMYK 0 0.14 0.38 0.34
HSL 38.77º 0.27% 0.54% -
HSV(B) 38.77º 0.38% 0.66% -
XYZ 29.14 29.99 17.35 -
YUV 148.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 169 146 104 0 0.14 0.38 0.34 38.77 0.27 0.54
Hex A9 92 68 0 E 26 22 27 1B 36
Octal 251 222 150 0 16 46 42 47 33 66
Binary 10101001 10010010 1101000 0 1110 100110 100010 100111 11011 110110

Color Harmonies of #A99268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99268

Black with #A99268

Text Example


Text Example

White with #A99268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99268; }

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

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

background-color css

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

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

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

border-color css

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

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

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