Html Css Color HEX #A6906B Mongoose

📋 copy color: '#A6906B'

red 166 ◦ green 144 ◦ blue 107

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

Shades of Mongoose #A6906B

Tints of Mongoose #A6906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.66%

R = 39.81%
G = 34.53%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6906B (or 0xA6906B) is known color: Mongoose. HEX triplet: A6, 90 and 6B. RGB value is (166,144,107). Sum of RGB (Red+Green+Blue) = 166+144+107=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A6906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6906B is #596F94. Grayscale: #929292. Windows color (decimal): -5861269 or 7049382. OLE color: 7049382.

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

Color convert

RGB 166 144 107 -
CMYK 0 0.13 0.36 0.35
HSL 37.63º 0.25% 0.54% -
HSV(B) 37.63º 0.36% 0.65% -
XYZ 28.35 29.12 18.04 -
YUV 146.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 166 144 107 0 0.13 0.36 0.35 37.63 0.25 0.54
Hex A6 90 6B 0 D 24 23 26 19 36
Octal 246 220 153 0 15 44 43 46 31 66
Binary 10100110 10010000 1101011 0 1101 100100 100011 100110 11001 110110

Color Harmonies of #A6906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6906B

Black with #A6906B

Text Example


Text Example

White with #A6906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6906B; }

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

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

background-color css

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

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

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

border-color css

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

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

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