Html Css Color HEX #A88870 Mongoose

📋 copy color: '#A88870'

red 168 ◦ green 136 ◦ blue 112

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

Shades of Mongoose #A88870

Tints of Mongoose #A88870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

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

R = 40.38%
G = 32.69%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A88870 (or 0xA88870) is known color: Mongoose. HEX triplet: A8, 88 and 70. RGB value is (168,136,112). Sum of RGB (Red+Green+Blue) = 168+136+112=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A88870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88870 is #57778F. Grayscale: #8E8E8E. Windows color (decimal): -5732240 or 7375016. OLE color: 7375016.

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

Color convert

RGB 168 136 112 -
CMYK 0 0.19 0.33 0.34
HSL 25.71º 0.24% 0.55% -
HSV(B) 25.71º 0.33% 0.66% -
XYZ 27.88 27.1 19.09 -
YUV 142.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 168 136 112 0 0.19 0.33 0.34 25.71 0.24 0.55
Hex A8 88 70 0 13 21 22 1A 18 37
Octal 250 210 160 0 23 41 42 32 30 67
Binary 10101000 10001000 1110000 0 10011 100001 100010 11010 11000 110111

Color Harmonies of #A88870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88870

Black with #A88870

Text Example


Text Example

White with #A88870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88870; }

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

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

background-color css

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

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

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

border-color css

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

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

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