Html Css Color HEX #A88A70 Mongoose

📋 copy color: '#A88A70'

red 168 ◦ green 138 ◦ blue 112

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

Shades of Mongoose #A88A70

Tints of Mongoose #A88A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.01%

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

R = 40.19%
G = 33.01%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A88A70 (or 0xA88A70) is known color: Mongoose. HEX triplet: A8, 8A and 70. RGB value is (168,138,112). Sum of RGB (Red+Green+Blue) = 168+138+112=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88A70 is #57758F. Grayscale: #909090. Windows color (decimal): -5731728 or 7375528. OLE color: 7375528.

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

Color convert

RGB 168 138 112 -
CMYK 0 0.18 0.33 0.34
HSL 27.86º 0.24% 0.55% -
HSV(B) 27.86º 0.33% 0.66% -
XYZ 28.16 27.67 19.19 -
YUV 144.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 168 138 112 0 0.18 0.33 0.34 27.86 0.24 0.55
Hex A8 8A 70 0 12 21 22 1C 18 37
Octal 250 212 160 0 22 41 42 34 30 67
Binary 10101000 10001010 1110000 0 10010 100001 100010 11100 11000 110111

Color Harmonies of #A88A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88A70

Black with #A88A70

Text Example


Text Example

White with #A88A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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