Html Css Color HEX #A6916D Mongoose

📋 copy color: '#A6916D'

red 166 ◦ green 145 ◦ blue 109

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

Shades of Mongoose #A6916D

Tints of Mongoose #A6916D

RGB

 RED value IS 166 (65.23% from 255) = 39.52%

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

 BLUE value IS 109 (42.97% from 255) = 25.95%

R = 39.52%
G = 34.52%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6916D (or 0xA6916D) is known color: Mongoose. HEX triplet: A6, 91 and 6D. RGB value is (166,145,109). Sum of RGB (Red+Green+Blue) = 166+145+109=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A6916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6916D is #596E92. Grayscale: #939393. Windows color (decimal): -5861011 or 7180710. OLE color: 7180710.

HSL color Cylindrical-coordinate representation of color #A6916D: hue angle of 37.89º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6916D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 145 109 -
CMYK 0 0.13 0.34 0.35
HSL 37.89º 0.24% 0.54% -
HSV(B) 37.89º 0.34% 0.65% -
XYZ 28.61 29.46 18.65 -
YUV 147.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 166 145 109 0 0.13 0.34 0.35 37.89 0.24 0.54
Hex A6 91 6D 0 D 22 23 26 18 36
Octal 246 221 155 0 15 42 43 46 30 66
Binary 10100110 10010001 1101101 0 1101 100010 100011 100110 11000 110110

Color Harmonies of #A6916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6916D

Black with #A6916D

Text Example


Text Example

White with #A6916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6916D; }

 p { color: rgb(166,145,109); }

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

background-color css

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

 a { background-color: rgb(166,145,109); }

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

border-color css

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

 span { border-color: rgb(166,145,109); }

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