Html Css Color HEX #AD9E5C Husk

📋 copy color: '#AD9E5C'

red 173 ◦ green 158 ◦ blue 92

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

Shades of Husk #AD9E5C

Tints of Husk #AD9E5C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.35%

 BLUE value IS 92 (36.33% from 255) = 21.75%

R = 40.9%
G = 37.35%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD9E5C (or 0xAD9E5C) is known color: Husk. HEX triplet: AD, 9E and 5C. RGB value is (173,158,92). Sum of RGB (Red+Green+Blue) = 173+158+92=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E5C is #5261A3. Grayscale: #9B9B9B. Windows color (decimal): -5398948 or 6069933. OLE color: 6069933.

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

Color convert

RGB 173 158 92 -
CMYK 0 0.09 0.47 0.32
HSL 48.89º 0.33% 0.52% -
HSV(B) 48.89º 0.47% 0.68% -
XYZ 31.39 34.11 15.05 -
YUV 154.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 173 158 92 0 0.09 0.47 0.32 48.89 0.33 0.52
Hex AD 9E 5C 0 9 2F 20 31 21 34
Octal 255 236 134 0 11 57 40 61 41 64
Binary 10101101 10011110 1011100 0 1001 101111 100000 110001 100001 110100

Color Harmonies of #AD9E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E5C

Black with #AD9E5C

Text Example


Text Example

White with #AD9E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E5C; }

 p { color: rgb(173,158,92); }

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

background-color css

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

 a { background-color: rgb(173,158,92); }

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

border-color css

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

 span { border-color: rgb(173,158,92); }

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