Html Css Color HEX #A88D76 Mongoose

📋 copy color: '#A88D76'

red 168 ◦ green 141 ◦ blue 118

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

Shades of Mongoose #A88D76

Tints of Mongoose #A88D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.02%

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 39.34%
G = 33.02%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A88D76 (or 0xA88D76) is known color: Mongoose. HEX triplet: A8, 8D and 76. RGB value is (168,141,118). Sum of RGB (Red+Green+Blue) = 168+141+118=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D76 is #577289. Grayscale: #929292. Windows color (decimal): -5730954 or 7769512. OLE color: 7769512.

HSL color Cylindrical-coordinate representation of color #A88D76: hue angle of 27.6º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88D76 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 141 118 -
CMYK 0 0.16 0.30 0.34
HSL 27.6º 0.22% 0.56% -
HSV(B) 27.6º 0.3% 0.66% -
XYZ 28.94 28.68 21.15 -
YUV 146.45 111.95 143.37 -
System Red Green Blue C M Y K H S L
Decimal 168 141 118 0 0.16 0.30 0.34 27.6 0.22 0.56
Hex A8 8D 76 0 10 1E 22 1C 16 38
Octal 250 215 166 0 20 36 42 34 26 70
Binary 10101000 10001101 1110110 0 10000 11110 100010 11100 10110 111000

Color Harmonies of #A88D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88D76

Black with #A88D76

Text Example


Text Example

White with #A88D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88D76; }

 p { color: rgb(168,141,118); }

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

background-color css

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

 a { background-color: rgb(168,141,118); }

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

border-color css

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

 span { border-color: rgb(168,141,118); }

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