Html Css Color HEX #AB916A Mongoose

📋 copy color: '#AB916A'

red 171 ◦ green 145 ◦ blue 106

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

Shades of Mongoose #AB916A

Tints of Mongoose #AB916A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.36%

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

R = 40.52%
G = 34.36%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB916A (or 0xAB916A) is known color: Mongoose. HEX triplet: AB, 91 and 6A. RGB value is (171,145,106). Sum of RGB (Red+Green+Blue) = 171+145+106=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB916A is #546E95. Grayscale: #949494. Windows color (decimal): -5533334 or 6984107. OLE color: 6984107.

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

Color convert

RGB 171 145 106 -
CMYK 0 0.15 0.38 0.33
HSL 36º 0.28% 0.54% -
HSV(B) 36º 0.38% 0.67% -
XYZ 29.52 29.95 17.86 -
YUV 148.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 171 145 106 0 0.15 0.38 0.33 36 0.28 0.54
Hex AB 91 6A 0 F 26 21 24 1C 36
Octal 253 221 152 0 17 46 41 44 34 66
Binary 10101011 10010001 1101010 0 1111 100110 100001 100100 11100 110110

Color Harmonies of #AB916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB916A

Black with #AB916A

Text Example


Text Example

White with #AB916A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB916A; }

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

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

background-color css

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

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

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

border-color css

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

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

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