Html Css Color HEX #AD9758 Husk

📋 copy color: '#AD9758'

red 173 ◦ green 151 ◦ blue 88

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

Shades of Husk #AD9758

Tints of Husk #AD9758

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

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

R = 41.99%
G = 36.65%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD9758 (or 0xAD9758) is known color: Husk. HEX triplet: AD, 97 and 58. RGB value is (173,151,88). Sum of RGB (Red+Green+Blue) = 173+151+88=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9758 is #5268A7. Grayscale: #969696. Windows color (decimal): -5400744 or 5805997. OLE color: 5805997.

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

Color convert

RGB 173 151 88 -
CMYK 0 0.13 0.49 0.32
HSL 44.47º 0.34% 0.51% -
HSV(B) 44.47º 0.49% 0.68% -
XYZ 30.06 31.72 13.77 -
YUV 150.4 92.79 144.12 -
System Red Green Blue C M Y K H S L
Decimal 173 151 88 0 0.13 0.49 0.32 44.47 0.34 0.51
Hex AD 97 58 0 D 31 20 2C 22 33
Octal 255 227 130 0 15 61 40 54 42 63
Binary 10101101 10010111 1011000 0 1101 110001 100000 101100 100010 110011

Color Harmonies of #AD9758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9758

Black with #AD9758

Text Example


Text Example

White with #AD9758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9758; }

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

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

background-color css

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

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

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

border-color css

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

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

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