Html Css Color HEX #A6906F Mongoose

📋 copy color: '#A6906F'

red 166 ◦ green 144 ◦ blue 111

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

Shades of Mongoose #A6906F

Tints of Mongoose #A6906F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.2%

 BLUE value IS 111 (43.75% from 255) = 26.37%

R = 39.43%
G = 34.2%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A6906F (or 0xA6906F) is known color: Mongoose. HEX triplet: A6, 90 and 6F. RGB value is (166,144,111). Sum of RGB (Red+Green+Blue) = 166+144+111=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A6906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6906F is #596F90. Grayscale: #929292. Windows color (decimal): -5861265 or 7311526. OLE color: 7311526.

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

Color convert

RGB 166 144 111 -
CMYK 0 0.13 0.33 0.35
HSL 36º 0.24% 0.54% -
HSV(B) 36º 0.33% 0.65% -
XYZ 28.57 29.2 19.17 -
YUV 146.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 166 144 111 0 0.13 0.33 0.35 36 0.24 0.54
Hex A6 90 6F 0 D 21 23 24 18 36
Octal 246 220 157 0 15 41 43 44 30 66
Binary 10100110 10010000 1101111 0 1101 100001 100011 100100 11000 110110

Color Harmonies of #A6906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6906F

Black with #A6906F

Text Example


Text Example

White with #A6906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6906F; }

 p { color: rgb(166,144,111); }

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

background-color css

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

 a { background-color: rgb(166,144,111); }

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

border-color css

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

 span { border-color: rgb(166,144,111); }

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