Html Css Color HEX #AB946A Mongoose

📋 copy color: '#AB946A'

red 171 ◦ green 148 ◦ blue 106

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

Shades of Mongoose #AB946A

Tints of Mongoose #AB946A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.94%

R = 40.24%
G = 34.82%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB946A (or 0xAB946A) is known color: Mongoose. HEX triplet: AB, 94 and 6A. RGB value is (171,148,106). Sum of RGB (Red+Green+Blue) = 171+148+106=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB946A is #546B95. Grayscale: #969696. Windows color (decimal): -5532566 or 6984875. OLE color: 6984875.

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

Color convert

RGB 171 148 106 -
CMYK 0 0.13 0.38 0.33
HSL 38.77º 0.28% 0.54% -
HSV(B) 38.77º 0.38% 0.67% -
XYZ 29.99 30.88 18.02 -
YUV 150.09 103.12 142.92 -
System Red Green Blue C M Y K H S L
Decimal 171 148 106 0 0.13 0.38 0.33 38.77 0.28 0.54
Hex AB 94 6A 0 D 26 21 27 1C 36
Octal 253 224 152 0 15 46 41 47 34 66
Binary 10101011 10010100 1101010 0 1101 100110 100001 100111 11100 110110

Color Harmonies of #AB946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB946A

Black with #AB946A

Text Example


Text Example

White with #AB946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB946A; }

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

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

background-color css

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

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

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

border-color css

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

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

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