Html Css Color HEX #AD8F70 Mongoose

📋 copy color: '#AD8F70'

red 173 ◦ green 143 ◦ blue 112

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

Shades of Mongoose #AD8F70

Tints of Mongoose #AD8F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 40.42%
G = 33.41%
B = 26.17%

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

#AD8F70 (or 0xAD8F70) is known color: Mongoose. HEX triplet: AD, 8F and 70. RGB value is (173,143,112). Sum of RGB (Red+Green+Blue) = 173+143+112=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F70 is #52708F. Grayscale: #949494. Windows color (decimal): -5402768 or 7376813. OLE color: 7376813.

HSL color Cylindrical-coordinate representation of color #AD8F70: hue angle of 30.49º 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 #AD8F70 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 112 -
CMYK 0 0.17 0.35 0.32
HSL 30.49º 0.27% 0.56% -
HSV(B) 30.49º 0.35% 0.68% -
XYZ 29.98 29.7 19.48 -
YUV 148.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 173 143 112 0 0.17 0.35 0.32 30.49 0.27 0.56
Hex AD 8F 70 0 11 23 20 1E 1B 38
Octal 255 217 160 0 21 43 40 36 33 70
Binary 10101101 10001111 1110000 0 10001 100011 100000 11110 11011 111000

Color Harmonies of #AD8F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F70

Black with #AD8F70

Text Example


Text Example

White with #AD8F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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