Html Css Color HEX #AD9474 Mongoose

📋 copy color: '#AD9474'

red 173 ◦ green 148 ◦ blue 116

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

Shades of Mongoose #AD9474

Tints of Mongoose #AD9474

RGB

 RED value IS 173 (67.97% from 255) = 39.59%

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

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

R = 39.59%
G = 33.87%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD9474 (or 0xAD9474) is known color: Mongoose. HEX triplet: AD, 94 and 74. RGB value is (173,148,116). Sum of RGB (Red+Green+Blue) = 173+148+116=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9474 is #526B8B. Grayscale: #979797. Windows color (decimal): -5401484 or 7640237. OLE color: 7640237.

HSL color Cylindrical-coordinate representation of color #AD9474: hue angle of 33.68º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD9474 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 116 -
CMYK 0 0.14 0.33 0.32
HSL 33.68º 0.26% 0.57% -
HSV(B) 33.68º 0.33% 0.68% -
XYZ 30.98 31.33 20.94 -
YUV 151.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 173 148 116 0 0.14 0.33 0.32 33.68 0.26 0.57
Hex AD 94 74 0 E 21 20 22 1A 39
Octal 255 224 164 0 16 41 40 42 32 71
Binary 10101101 10010100 1110100 0 1110 100001 100000 100010 11010 111001

Color Harmonies of #AD9474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9474

Black with #AD9474

Text Example


Text Example

White with #AD9474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9474; }

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

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

background-color css

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

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

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

border-color css

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

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

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