Html Css Color HEX #AB946B Mongoose

📋 copy color: '#AB946B'

red 171 ◦ green 148 ◦ blue 107

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

Shades of Mongoose #AB946B

Tints of Mongoose #AB946B

RGB

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

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

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

R = 40.14%
G = 34.74%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB946B (or 0xAB946B) is known color: Mongoose. HEX triplet: AB, 94 and 6B. RGB value is (171,148,107). Sum of RGB (Red+Green+Blue) = 171+148+107=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB946B is #546B94. Grayscale: #969696. Windows color (decimal): -5532565 or 7050411. OLE color: 7050411.

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

Color convert

RGB 171 148 107 -
CMYK 0 0.13 0.37 0.33
HSL 38.44º 0.28% 0.55% -
HSV(B) 38.44º 0.37% 0.67% -
XYZ 30.04 30.9 18.29 -
YUV 150.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 171 148 107 0 0.13 0.37 0.33 38.44 0.28 0.55
Hex AB 94 6B 0 D 25 21 26 1C 37
Octal 253 224 153 0 15 45 41 46 34 67
Binary 10101011 10010100 1101011 0 1101 100101 100001 100110 11100 110111

Color Harmonies of #AB946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB946B

Black with #AB946B

Text Example


Text Example

White with #AB946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB946B; }

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

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

background-color css

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

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

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

border-color css

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

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

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