Html Css Color HEX #A88E74 Mongoose

📋 copy color: '#A88E74'

red 168 ◦ green 142 ◦ blue 116

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

Shades of Mongoose #A88E74

Tints of Mongoose #A88E74

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.33%

 BLUE value IS 116 (45.7% from 255) = 27.23%

R = 39.44%
G = 33.33%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A88E74 (or 0xA88E74) is known color: Mongoose. HEX triplet: A8, 8E and 74. RGB value is (168,142,116). Sum of RGB (Red+Green+Blue) = 168+142+116=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88E74 is #57718B. Grayscale: #929292. Windows color (decimal): -5730700 or 7638696. OLE color: 7638696.

HSL color Cylindrical-coordinate representation of color #A88E74: hue angle of 30º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A88E74 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 142 116 -
CMYK 0 0.15 0.31 0.34
HSL 30º 0.23% 0.56% -
HSV(B) 30º 0.31% 0.66% -
XYZ 28.97 28.93 20.58 -
YUV 146.81 110.61 143.11 -
System Red Green Blue C M Y K H S L
Decimal 168 142 116 0 0.15 0.31 0.34 30 0.23 0.56
Hex A8 8E 74 0 F 1F 22 1E 17 38
Octal 250 216 164 0 17 37 42 36 27 70
Binary 10101000 10001110 1110100 0 1111 11111 100010 11110 10111 111000

Color Harmonies of #A88E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88E74

Black with #A88E74

Text Example


Text Example

White with #A88E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88E74; }

 p { color: rgb(168,142,116); }

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

background-color css

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

 a { background-color: rgb(168,142,116); }

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

border-color css

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

 span { border-color: rgb(168,142,116); }

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