Html Css Color HEX #AB8C6A Mongoose

📋 copy color: '#AB8C6A'

red 171 ◦ green 140 ◦ blue 106

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

Shades of Mongoose #AB8C6A

Tints of Mongoose #AB8C6A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.57%

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

R = 41.01%
G = 33.57%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB8C6A (or 0xAB8C6A) is known color: Mongoose. HEX triplet: AB, 8C and 6A. RGB value is (171,140,106). Sum of RGB (Red+Green+Blue) = 171+140+106=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C6A is #547395. Grayscale: #919191. Windows color (decimal): -5534614 or 6982827. OLE color: 6982827.

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

Color convert

RGB 171 140 106 -
CMYK 0 0.18 0.38 0.33
HSL 31.38º 0.28% 0.54% -
HSV(B) 31.38º 0.38% 0.67% -
XYZ 28.77 28.45 17.61 -
YUV 145.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 171 140 106 0 0.18 0.38 0.33 31.38 0.28 0.54
Hex AB 8C 6A 0 12 26 21 1F 1C 36
Octal 253 214 152 0 22 46 41 37 34 66
Binary 10101011 10001100 1101010 0 10010 100110 100001 11111 11100 110110

Color Harmonies of #AB8C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C6A

Black with #AB8C6A

Text Example


Text Example

White with #AB8C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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