Html Css Color HEX #AD9942 Husk

📋 copy color: '#AD9942'

red 173 ◦ green 153 ◦ blue 66

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

Shades of Husk #AD9942

Tints of Husk #AD9942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

 BLUE value IS 66 (26.17% from 255) = 16.84%

R = 44.13%
G = 39.03%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD9942 (or 0xAD9942) is known color: Husk. HEX triplet: AD, 99 and 42. RGB value is (173,153,66). Sum of RGB (Red+Green+Blue) = 173+153+66=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9942 is #5266BD. Grayscale: #959595. Windows color (decimal): -5400254 or 4364717. OLE color: 4364717.

HSL color Cylindrical-coordinate representation of color #AD9942: hue angle of 48.79º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD9942 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 66 -
CMYK 0 0.12 0.62 0.32
HSL 48.79º 0.45% 0.47% -
HSV(B) 48.79º 0.62% 0.68% -
XYZ 29.61 32.06 9.78 -
YUV 149.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 173 153 66 0 0.12 0.62 0.32 48.79 0.45 0.47
Hex AD 99 42 0 C 3E 20 31 2D 2F
Octal 255 231 102 0 14 76 40 61 55 57
Binary 10101101 10011001 1000010 0 1100 111110 100000 110001 101101 101111

Color Harmonies of #AD9942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9942

Black with #AD9942

Text Example


Text Example

White with #AD9942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9942; }

 p { color: rgb(173,153,66); }

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

background-color css

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

 a { background-color: rgb(173,153,66); }

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

border-color css

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

 span { border-color: rgb(173,153,66); }

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