Html Css Color HEX #A88D68 Mongoose

📋 copy color: '#A88D68'

red 168 ◦ green 141 ◦ blue 104

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

Shades of Mongoose #A88D68

Tints of Mongoose #A88D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.18%

R = 40.68%
G = 34.14%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A88D68 (or 0xA88D68) is known color: Mongoose. HEX triplet: A8, 8D and 68. RGB value is (168,141,104). Sum of RGB (Red+Green+Blue) = 168+141+104=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D68 is #577297. Grayscale: #919191. Windows color (decimal): -5730968 or 6852008. OLE color: 6852008.

HSL color Cylindrical-coordinate representation of color #A88D68: hue angle of 34.69º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A88D68 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 141 104 -
CMYK 0 0.16 0.38 0.34
HSL 34.69º 0.27% 0.53% -
HSV(B) 34.69º 0.38% 0.66% -
XYZ 28.17 28.37 17.09 -
YUV 144.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 168 141 104 0 0.16 0.38 0.34 34.69 0.27 0.53
Hex A8 8D 68 0 10 26 22 23 1B 35
Octal 250 215 150 0 20 46 42 43 33 65
Binary 10101000 10001101 1101000 0 10000 100110 100010 100011 11011 110101

Color Harmonies of #A88D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88D68

Black with #A88D68

Text Example


Text Example

White with #A88D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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