Html Css Color HEX #AB9370 Mongoose

📋 copy color: '#AB9370'

red 171 ◦ green 147 ◦ blue 112

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

Shades of Mongoose #AB9370

Tints of Mongoose #AB9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 39.77%
G = 34.19%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB9370 (or 0xAB9370) is known color: Mongoose. HEX triplet: AB, 93 and 70. RGB value is (171,147,112). Sum of RGB (Red+Green+Blue) = 171+147+112=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9370 is #546C8F. Grayscale: #969696. Windows color (decimal): -5532816 or 7377835. OLE color: 7377835.

HSL color Cylindrical-coordinate representation of color #AB9370: hue angle of 35.59º 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 #AB9370 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 147 112 -
CMYK 0 0.14 0.35 0.33
HSL 35.59º 0.26% 0.55% -
HSV(B) 35.59º 0.35% 0.67% -
XYZ 30.15 30.7 19.66 -
YUV 150.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 171 147 112 0 0.14 0.35 0.33 35.59 0.26 0.55
Hex AB 93 70 0 E 23 21 24 1A 37
Octal 253 223 160 0 16 43 41 44 32 67
Binary 10101011 10010011 1110000 0 1110 100011 100001 100100 11010 110111

Color Harmonies of #AB9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9370

Black with #AB9370

Text Example


Text Example

White with #AB9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9370; }

 p { color: rgb(171,147,112); }

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

background-color css

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

 a { background-color: rgb(171,147,112); }

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

border-color css

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

 span { border-color: rgb(171,147,112); }

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