Html Css Color HEX #AD9350 Husk

📋 copy color: '#AD9350'

red 173 ◦ green 147 ◦ blue 80

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

Shades of Husk #AD9350

Tints of Husk #AD9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

 BLUE value IS 80 (31.64% from 255) = 20%

R = 43.25%
G = 36.75%
B = 20%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD9350 (or 0xAD9350) is known color: Husk. HEX triplet: AD, 93 and 50. RGB value is (173,147,80). Sum of RGB (Red+Green+Blue) = 173+147+80=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9350 is #526CAF. Grayscale: #939393. Windows color (decimal): -5401776 or 5280685. OLE color: 5280685.

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

Color convert

RGB 173 147 80 -
CMYK 0 0.15 0.54 0.32
HSL 43.23º 0.37% 0.5% -
HSV(B) 43.23º 0.54% 0.68% -
XYZ 29.12 30.33 11.91 -
YUV 147.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 173 147 80 0 0.15 0.54 0.32 43.23 0.37 0.5
Hex AD 93 50 0 F 36 20 2B 25 32
Octal 255 223 120 0 17 66 40 53 45 62
Binary 10101101 10010011 1010000 0 1111 110110 100000 101011 100101 110010

Color Harmonies of #AD9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9350

Black with #AD9350

Text Example


Text Example

White with #AD9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9350; }

 p { color: rgb(173,147,80); }

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

background-color css

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

 a { background-color: rgb(173,147,80); }

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

border-color css

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

 span { border-color: rgb(173,147,80); }

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