Html Css Color HEX #A88E70 Mongoose

📋 copy color: '#A88E70'

red 168 ◦ green 142 ◦ blue 112

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

Shades of Mongoose #A88E70

Tints of Mongoose #A88E70

RGB

 RED value IS 168 (66.02% from 255) = 39.81%

 GREEN value IS 142 (55.86% from 255) = 33.65%

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

R = 39.81%
G = 33.65%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A88E70 (or 0xA88E70) is known color: Mongoose. HEX triplet: A8, 8E and 70. RGB value is (168,142,112). Sum of RGB (Red+Green+Blue) = 168+142+112=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88E70 is #57718F. Grayscale: #929292. Windows color (decimal): -5730704 or 7376552. OLE color: 7376552.

HSL color Cylindrical-coordinate representation of color #A88E70: hue angle of 32.14º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A88E70 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 142 112 -
CMYK 0 0.15 0.33 0.34
HSL 32.14º 0.24% 0.55% -
HSV(B) 32.14º 0.33% 0.66% -
XYZ 28.75 28.84 19.38 -
YUV 146.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 168 142 112 0 0.15 0.33 0.34 32.14 0.24 0.55
Hex A8 8E 70 0 F 21 22 20 18 37
Octal 250 216 160 0 17 41 42 40 30 67
Binary 10101000 10001110 1110000 0 1111 100001 100010 100000 11000 110111

Color Harmonies of #A88E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88E70

Black with #A88E70

Text Example


Text Example

White with #A88E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88E70; }

 p { color: rgb(168,142,112); }

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

background-color css

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

 a { background-color: rgb(168,142,112); }

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

border-color css

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

 span { border-color: rgb(168,142,112); }

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