Html Css Color HEX #AD9C58 Husk

📋 copy color: '#AD9C58'

red 173 ◦ green 156 ◦ blue 88

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

Shades of Husk #AD9C58

Tints of Husk #AD9C58

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 41.49%
G = 37.41%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD9C58 (or 0xAD9C58) is known color: Husk. HEX triplet: AD, 9C and 58. RGB value is (173,156,88). Sum of RGB (Red+Green+Blue) = 173+156+88=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C58 is #5263A7. Grayscale: #999999. Windows color (decimal): -5399464 or 5807277. OLE color: 5807277.

HSL color Cylindrical-coordinate representation of color #AD9C58: hue angle of 48º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD9C58 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 156 88 -
CMYK 0 0.10 0.49 0.32
HSL 48º 0.34% 0.51% -
HSV(B) 48º 0.49% 0.68% -
XYZ 30.88 33.37 14.05 -
YUV 153.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 173 156 88 0 0.10 0.49 0.32 48 0.34 0.51
Hex AD 9C 58 0 A 31 20 30 22 33
Octal 255 234 130 0 12 61 40 60 42 63
Binary 10101101 10011100 1011000 0 1010 110001 100000 110000 100010 110011

Color Harmonies of #AD9C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C58

Black with #AD9C58

Text Example


Text Example

White with #AD9C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C58; }

 p { color: rgb(173,156,88); }

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

background-color css

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

 a { background-color: rgb(173,156,88); }

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

border-color css

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

 span { border-color: rgb(173,156,88); }

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