Html Css Color HEX #AD9071 Mongoose

📋 copy color: '#AD9071'

red 173 ◦ green 144 ◦ blue 113

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

Shades of Mongoose #AD9071

Tints of Mongoose #AD9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.49%

 BLUE value IS 113 (44.53% from 255) = 26.28%

R = 40.23%
G = 33.49%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD9071 (or 0xAD9071) is known color: Mongoose. HEX triplet: AD, 90 and 71. RGB value is (173,144,113). Sum of RGB (Red+Green+Blue) = 173+144+113=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9071 is #526F8E. Grayscale: #959595. Windows color (decimal): -5402511 or 7442605. OLE color: 7442605.

HSL color Cylindrical-coordinate representation of color #AD9071: hue angle of 31º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD9071 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 144 113 -
CMYK 0 0.17 0.35 0.32
HSL 31º 0.27% 0.56% -
HSV(B) 31º 0.35% 0.68% -
XYZ 30.19 30.02 19.83 -
YUV 149.14 107.61 145.02 -
System Red Green Blue C M Y K H S L
Decimal 173 144 113 0 0.17 0.35 0.32 31 0.27 0.56
Hex AD 90 71 0 11 23 20 1F 1B 38
Octal 255 220 161 0 21 43 40 37 33 70
Binary 10101101 10010000 1110001 0 10001 100011 100000 11111 11011 111000

Color Harmonies of #AD9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9071

Black with #AD9071

Text Example


Text Example

White with #AD9071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9071; }

 p { color: rgb(173,144,113); }

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

background-color css

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

 a { background-color: rgb(173,144,113); }

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

border-color css

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

 span { border-color: rgb(173,144,113); }

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