Html Css Color HEX #AD9652 Husk

📋 copy color: '#AD9652'

red 173 ◦ green 150 ◦ blue 82

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

Shades of Husk #AD9652

Tints of Husk #AD9652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 42.72%
G = 37.04%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD9652 (or 0xAD9652) is known color: Husk. HEX triplet: AD, 96 and 52. RGB value is (173,150,82). Sum of RGB (Red+Green+Blue) = 173+150+82=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9652 is #5269AD. Grayscale: #959595. Windows color (decimal): -5401006 or 5412525. OLE color: 5412525.

HSL color Cylindrical-coordinate representation of color #AD9652: hue angle of 44.84º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD9652 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 150 82 -
CMYK 0 0.13 0.53 0.32
HSL 44.84º 0.36% 0.5% -
HSV(B) 44.84º 0.53% 0.68% -
XYZ 29.66 31.31 12.46 -
YUV 149.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 173 150 82 0 0.13 0.53 0.32 44.84 0.36 0.5
Hex AD 96 52 0 D 35 20 2D 24 32
Octal 255 226 122 0 15 65 40 55 44 62
Binary 10101101 10010110 1010010 0 1101 110101 100000 101101 100100 110010

Color Harmonies of #AD9652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9652

Black with #AD9652

Text Example


Text Example

White with #AD9652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9652; }

 p { color: rgb(173,150,82); }

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

background-color css

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

 a { background-color: rgb(173,150,82); }

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

border-color css

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

 span { border-color: rgb(173,150,82); }

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