Html Css Color HEX #A88670 Mongoose

📋 copy color: '#A88670'

red 168 ◦ green 134 ◦ blue 112

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

Shades of Mongoose #A88670

Tints of Mongoose #A88670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.37%

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

R = 40.58%
G = 32.37%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A88670 (or 0xA88670) is known color: Mongoose. HEX triplet: A8, 86 and 70. RGB value is (168,134,112). Sum of RGB (Red+Green+Blue) = 168+134+112=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A88670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88670 is #57798F. Grayscale: #8D8D8D. Windows color (decimal): -5732752 or 7374504. OLE color: 7374504.

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

Color convert

RGB 168 134 112 -
CMYK 0 0.20 0.33 0.34
HSL 23.57º 0.24% 0.55% -
HSV(B) 23.57º 0.33% 0.66% -
XYZ 27.6 26.54 19 -
YUV 141.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 168 134 112 0 0.20 0.33 0.34 23.57 0.24 0.55
Hex A8 86 70 0 14 21 22 18 18 37
Octal 250 206 160 0 24 41 42 30 30 67
Binary 10101000 10000110 1110000 0 10100 100001 100010 11000 11000 110111

Color Harmonies of #A88670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88670

Black with #A88670

Text Example


Text Example

White with #A88670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88670; }

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

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

background-color css

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

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

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

border-color css

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

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

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