Html Css Color HEX #AD9268 Mongoose

📋 copy color: '#AD9268'

red 173 ◦ green 146 ◦ blue 104

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

Shades of Mongoose #AD9268

Tints of Mongoose #AD9268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

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

R = 40.9%
G = 34.52%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD9268 (or 0xAD9268) is known color: Mongoose. HEX triplet: AD, 92 and 68. RGB value is (173,146,104). Sum of RGB (Red+Green+Blue) = 173+146+104=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9268 is #526D97. Grayscale: #959595. Windows color (decimal): -5402008 or 6853293. OLE color: 6853293.

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

Color convert

RGB 173 146 104 -
CMYK 0 0.16 0.40 0.32
HSL 36.52º 0.3% 0.54% -
HSV(B) 36.52º 0.4% 0.68% -
XYZ 30.01 30.44 17.39 -
YUV 149.29 102.45 144.92 -
System Red Green Blue C M Y K H S L
Decimal 173 146 104 0 0.16 0.40 0.32 36.52 0.3 0.54
Hex AD 92 68 0 10 28 20 25 1E 36
Octal 255 222 150 0 20 50 40 45 36 66
Binary 10101101 10010010 1101000 0 10000 101000 100000 100101 11110 110110

Color Harmonies of #AD9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9268

Black with #AD9268

Text Example


Text Example

White with #AD9268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9268; }

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

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

background-color css

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

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

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

border-color css

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

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

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