Html Css Color HEX #A88B70 Mongoose

📋 copy color: '#A88B70'

red 168 ◦ green 139 ◦ blue 112

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

Shades of Mongoose #A88B70

Tints of Mongoose #A88B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

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

R = 40.1%
G = 33.17%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A88B70 (or 0xA88B70) is known color: Mongoose. HEX triplet: A8, 8B and 70. RGB value is (168,139,112). Sum of RGB (Red+Green+Blue) = 168+139+112=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B70 is #57748F. Grayscale: #909090. Windows color (decimal): -5731472 or 7375784. OLE color: 7375784.

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

Color convert

RGB 168 139 112 -
CMYK 0 0.17 0.33 0.34
HSL 28.93º 0.24% 0.55% -
HSV(B) 28.93º 0.33% 0.66% -
XYZ 28.31 27.96 19.23 -
YUV 144.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 168 139 112 0 0.17 0.33 0.34 28.93 0.24 0.55
Hex A8 8B 70 0 11 21 22 1D 18 37
Octal 250 213 160 0 21 41 42 35 30 67
Binary 10101000 10001011 1110000 0 10001 100001 100010 11101 11000 110111

Color Harmonies of #A88B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88B70

Black with #A88B70

Text Example


Text Example

White with #A88B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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