Html Css Color HEX #A88C71 Mongoose

📋 copy color: '#A88C71'

red 168 ◦ green 140 ◦ blue 113

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

Shades of Mongoose #A88C71

Tints of Mongoose #A88C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.84%

R = 39.9%
G = 33.25%
B = 26.84%

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

#A88C71 (or 0xA88C71) is known color: Mongoose. HEX triplet: A8, 8C and 71. RGB value is (168,140,113). Sum of RGB (Red+Green+Blue) = 168+140+113=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C71 is #57738E. Grayscale: #919191. Windows color (decimal): -5731215 or 7441576. OLE color: 7441576.

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

Color convert

RGB 168 140 113 -
CMYK 0 0.17 0.33 0.34
HSL 29.45º 0.24% 0.55% -
HSV(B) 29.45º 0.33% 0.66% -
XYZ 28.51 28.27 19.58 -
YUV 145.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 168 140 113 0 0.17 0.33 0.34 29.45 0.24 0.55
Hex A8 8C 71 0 11 21 22 1D 18 37
Octal 250 214 161 0 21 41 42 35 30 67
Binary 10101000 10001100 1110001 0 10001 100001 100010 11101 11000 110111

Color Harmonies of #A88C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C71

Black with #A88C71

Text Example


Text Example

White with #A88C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C71; }

 p { color: rgb(168,140,113); }

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

background-color css

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

 a { background-color: rgb(168,140,113); }

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

border-color css

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

 span { border-color: rgb(168,140,113); }

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