Html Css Color HEX #AB9570 Mongoose

📋 copy color: '#AB9570'

red 171 ◦ green 149 ◦ blue 112

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

Shades of Mongoose #AB9570

Tints of Mongoose #AB9570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.49%

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

R = 39.58%
G = 34.49%
B = 25.93%

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

#AB9570 (or 0xAB9570) is known color: Mongoose. HEX triplet: AB, 95 and 70. RGB value is (171,149,112). Sum of RGB (Red+Green+Blue) = 171+149+112=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9570 is #546A8F. Grayscale: #979797. Windows color (decimal): -5532304 or 7378347. OLE color: 7378347.

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

Color convert

RGB 171 149 112 -
CMYK 0 0.13 0.35 0.33
HSL 37.63º 0.26% 0.55% -
HSV(B) 37.63º 0.35% 0.67% -
XYZ 30.47 31.32 19.77 -
YUV 151.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 171 149 112 0 0.13 0.35 0.33 37.63 0.26 0.55
Hex AB 95 70 0 D 23 21 26 1A 37
Octal 253 225 160 0 15 43 41 46 32 67
Binary 10101011 10010101 1110000 0 1101 100011 100001 100110 11010 110111

Color Harmonies of #AB9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9570

Black with #AB9570

Text Example


Text Example

White with #AB9570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9570; }

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

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

background-color css

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

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

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

border-color css

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

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

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