Html Css Color HEX #AD974F Husk

📋 copy color: '#AD974F'

red 173 ◦ green 151 ◦ blue 79

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

Shades of Husk #AD974F

Tints of Husk #AD974F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.6%

R = 42.93%
G = 37.47%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD974F (or 0xAD974F) is known color: Husk. HEX triplet: AD, 97 and 4F. RGB value is (173,151,79). Sum of RGB (Red+Green+Blue) = 173+151+79=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD974F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD974F is #5268B0. Grayscale: #959595. Windows color (decimal): -5400753 or 5216173. OLE color: 5216173.

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

Color convert

RGB 173 151 79 -
CMYK 0 0.13 0.54 0.32
HSL 45.96º 0.37% 0.49% -
HSV(B) 45.96º 0.54% 0.68% -
XYZ 29.71 31.58 11.93 -
YUV 149.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 173 151 79 0 0.13 0.54 0.32 45.96 0.37 0.49
Hex AD 97 4F 0 D 36 20 2E 25 31
Octal 255 227 117 0 15 66 40 56 45 61
Binary 10101101 10010111 1001111 0 1101 110110 100000 101110 100101 110001

Color Harmonies of #AD974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD974F

Black with #AD974F

Text Example


Text Example

White with #AD974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD974F; }

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

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

background-color css

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

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

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

border-color css

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

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

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