Html Css Color HEX #AD8B68 Mongoose

📋 copy color: '#AD8B68'

red 173 ◦ green 139 ◦ blue 104

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

Shades of Mongoose #AD8B68

Tints of Mongoose #AD8B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.41%

 BLUE value IS 104 (41.02% from 255) = 25%

R = 41.59%
G = 33.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD8B68 (or 0xAD8B68) is known color: Mongoose. HEX triplet: AD, 8B and 68. RGB value is (173,139,104). Sum of RGB (Red+Green+Blue) = 173+139+104=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B68 is #527497. Grayscale: #919191. Windows color (decimal): -5403800 or 6851501. OLE color: 6851501.

HSL color Cylindrical-coordinate representation of color #AD8B68: hue angle of 30.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8B68 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 139 104 -
CMYK 0 0.20 0.40 0.32
HSL 30.43º 0.3% 0.54% -
HSV(B) 30.43º 0.4% 0.68% -
XYZ 28.96 28.35 17.04 -
YUV 145.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 173 139 104 0 0.20 0.40 0.32 30.43 0.3 0.54
Hex AD 8B 68 0 14 28 20 1E 1E 36
Octal 255 213 150 0 24 50 40 36 36 66
Binary 10101101 10001011 1101000 0 10100 101000 100000 11110 11110 110110

Color Harmonies of #AD8B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8B68

Black with #AD8B68

Text Example


Text Example

White with #AD8B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8B68; }

 p { color: rgb(173,139,104); }

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

background-color css

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

 a { background-color: rgb(173,139,104); }

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

border-color css

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

 span { border-color: rgb(173,139,104); }

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