Html Css Color HEX #AB946F Mongoose

📋 copy color: '#AB946F'

red 171 ◦ green 148 ◦ blue 111

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

Shades of Mongoose #AB946F

Tints of Mongoose #AB946F

RGB

 RED value IS 171 (67.19% from 255) = 39.77%

 GREEN value IS 148 (58.2% from 255) = 34.42%

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

R = 39.77%
G = 34.42%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB946F (or 0xAB946F) is known color: Mongoose. HEX triplet: AB, 94 and 6F. RGB value is (171,148,111). Sum of RGB (Red+Green+Blue) = 171+148+111=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB946F is #546B90. Grayscale: #969696. Windows color (decimal): -5532561 or 7312555. OLE color: 7312555.

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

Color convert

RGB 171 148 111 -
CMYK 0 0.13 0.35 0.33
HSL 37º 0.26% 0.55% -
HSV(B) 37º 0.35% 0.67% -
XYZ 30.25 30.99 19.43 -
YUV 150.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 171 148 111 0 0.13 0.35 0.33 37 0.26 0.55
Hex AB 94 6F 0 D 23 21 25 1A 37
Octal 253 224 157 0 15 43 41 45 32 67
Binary 10101011 10010100 1101111 0 1101 100011 100001 100101 11010 110111

Color Harmonies of #AB946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB946F

Black with #AB946F

Text Example


Text Example

White with #AB946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB946F; }

 p { color: rgb(171,148,111); }

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

background-color css

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

 a { background-color: rgb(171,148,111); }

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

border-color css

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

 span { border-color: rgb(171,148,111); }

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