Html Css Color HEX #AB9270 Mongoose

📋 copy color: '#AB9270'

red 171 ◦ green 146 ◦ blue 112

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

Shades of Mongoose #AB9270

Tints of Mongoose #AB9270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.03%

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

R = 39.86%
G = 34.03%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB9270 (or 0xAB9270) is known color: Mongoose. HEX triplet: AB, 92 and 70. RGB value is (171,146,112). Sum of RGB (Red+Green+Blue) = 171+146+112=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9270 is #546D8F. Grayscale: #959595. Windows color (decimal): -5533072 or 7377579. OLE color: 7377579.

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

Color convert

RGB 171 146 112 -
CMYK 0 0.15 0.35 0.33
HSL 34.58º 0.26% 0.55% -
HSV(B) 34.58º 0.35% 0.67% -
XYZ 30 30.39 19.61 -
YUV 149.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 171 146 112 0 0.15 0.35 0.33 34.58 0.26 0.55
Hex AB 92 70 0 F 23 21 23 1A 37
Octal 253 222 160 0 17 43 41 43 32 67
Binary 10101011 10010010 1110000 0 1111 100011 100001 100011 11010 110111

Color Harmonies of #AB9270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9270

Black with #AB9270

Text Example


Text Example

White with #AB9270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9270; }

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

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

background-color css

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

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

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

border-color css

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

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

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