Html Css Color HEX #A88C6D Mongoose

📋 copy color: '#A88C6D'

red 168 ◦ green 140 ◦ blue 109

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

Shades of Mongoose #A88C6D

Tints of Mongoose #A88C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 40.29%
G = 33.57%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A88C6D (or 0xA88C6D) is known color: Mongoose. HEX triplet: A8, 8C and 6D. RGB value is (168,140,109). Sum of RGB (Red+Green+Blue) = 168+140+109=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C6D is #577392. Grayscale: #909090. Windows color (decimal): -5731219 or 7179432. OLE color: 7179432.

HSL color Cylindrical-coordinate representation of color #A88C6D: hue angle of 31.53º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A88C6D is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 140 109 -
CMYK 0 0.17 0.35 0.34
HSL 31.53º 0.25% 0.54% -
HSV(B) 31.53º 0.35% 0.66% -
XYZ 28.29 28.19 18.42 -
YUV 144.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 168 140 109 0 0.17 0.35 0.34 31.53 0.25 0.54
Hex A8 8C 6D 0 11 23 22 20 19 36
Octal 250 214 155 0 21 43 42 40 31 66
Binary 10101000 10001100 1101101 0 10001 100011 100010 100000 11001 110110

Color Harmonies of #A88C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88C6D

Black with #A88C6D

Text Example


Text Example

White with #A88C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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