Html Css Color HEX #A89474 Mongoose

📋 copy color: '#A89474'

red 168 ◦ green 148 ◦ blue 116

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

Shades of Mongoose #A89474

Tints of Mongoose #A89474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.26%

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

R = 38.89%
G = 34.26%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A89474 (or 0xA89474) is known color: Mongoose. HEX triplet: A8, 94 and 74. RGB value is (168,148,116). Sum of RGB (Red+Green+Blue) = 168+148+116=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A89474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89474 is #576B8B. Grayscale: #969696. Windows color (decimal): -5729164 or 7640232. OLE color: 7640232.

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

Color convert

RGB 168 148 116 -
CMYK 0 0.12 0.31 0.34
HSL 36.92º 0.23% 0.56% -
HSV(B) 36.92º 0.31% 0.66% -
XYZ 29.89 30.77 20.89 -
YUV 150.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 168 148 116 0 0.12 0.31 0.34 36.92 0.23 0.56
Hex A8 94 74 0 C 1F 22 25 17 38
Octal 250 224 164 0 14 37 42 45 27 70
Binary 10101000 10010100 1110100 0 1100 11111 100010 100101 10111 111000

Color Harmonies of #A89474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89474

Black with #A89474

Text Example


Text Example

White with #A89474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89474; }

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

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

background-color css

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

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

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

border-color css

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

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

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