Html Css Color HEX #AD8F72 Mongoose

📋 copy color: '#AD8F72'

red 173 ◦ green 143 ◦ blue 114

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

Shades of Mongoose #AD8F72

Tints of Mongoose #AD8F72

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.26%

 BLUE value IS 114 (44.92% from 255) = 26.51%

R = 40.23%
G = 33.26%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD8F72 (or 0xAD8F72) is known color: Mongoose. HEX triplet: AD, 8F and 72. RGB value is (173,143,114). Sum of RGB (Red+Green+Blue) = 173+143+114=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F72 is #52708D. Grayscale: #949494. Windows color (decimal): -5402766 or 7507885. OLE color: 7507885.

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

Color convert

RGB 173 143 114 -
CMYK 0 0.17 0.34 0.32
HSL 29.49º 0.26% 0.56% -
HSV(B) 29.49º 0.34% 0.68% -
XYZ 30.09 29.74 20.07 -
YUV 148.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 173 143 114 0 0.17 0.34 0.32 29.49 0.26 0.56
Hex AD 8F 72 0 11 22 20 1D 1A 38
Octal 255 217 162 0 21 42 40 35 32 70
Binary 10101101 10001111 1110010 0 10001 100010 100000 11101 11010 111000

Color Harmonies of #AD8F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F72

Black with #AD8F72

Text Example


Text Example

White with #AD8F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F72; }

 p { color: rgb(173,143,114); }

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

background-color css

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

 a { background-color: rgb(173,143,114); }

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

border-color css

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

 span { border-color: rgb(173,143,114); }

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