Html Css Color HEX #AD8D6A Mongoose

📋 copy color: '#AD8D6A'

red 173 ◦ green 141 ◦ blue 106

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

Shades of Mongoose #AD8D6A

Tints of Mongoose #AD8D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.57%

 BLUE value IS 106 (41.8% from 255) = 25.24%

R = 41.19%
G = 33.57%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD8D6A (or 0xAD8D6A) is known color: Mongoose. HEX triplet: AD, 8D and 6A. RGB value is (173,141,106). Sum of RGB (Red+Green+Blue) = 173+141+106=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D6A is #527295. Grayscale: #929292. Windows color (decimal): -5403286 or 6983085. OLE color: 6983085.

HSL color Cylindrical-coordinate representation of color #AD8D6A: hue angle of 31.34º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8D6A is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 141 106 -
CMYK 0 0.18 0.39 0.32
HSL 31.34º 0.29% 0.55% -
HSV(B) 31.34º 0.39% 0.68% -
XYZ 29.36 28.97 17.68 -
YUV 146.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 173 141 106 0 0.18 0.39 0.32 31.34 0.29 0.55
Hex AD 8D 6A 0 12 27 20 1F 1D 37
Octal 255 215 152 0 22 47 40 37 35 67
Binary 10101101 10001101 1101010 0 10010 100111 100000 11111 11101 110111

Color Harmonies of #AD8D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D6A

Black with #AD8D6A

Text Example


Text Example

White with #AD8D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D6A; }

 p { color: rgb(173,141,106); }

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

background-color css

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

 a { background-color: rgb(173,141,106); }

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

border-color css

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

 span { border-color: rgb(173,141,106); }

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