Html Css Color HEX #AD974A Husk

📋 copy color: '#AD974A'

red 173 ◦ green 151 ◦ blue 74

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

Shades of Husk #AD974A

Tints of Husk #AD974A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.59%

R = 43.47%
G = 37.94%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD974A (or 0xAD974A) is known color: Husk. HEX triplet: AD, 97 and 4A. RGB value is (173,151,74). Sum of RGB (Red+Green+Blue) = 173+151+74=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD974A is #5268B5. Grayscale: #959595. Windows color (decimal): -5400758 or 4888493. OLE color: 4888493.

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

Color convert

RGB 173 151 74 -
CMYK 0 0.13 0.57 0.32
HSL 46.67º 0.4% 0.48% -
HSV(B) 46.67º 0.57% 0.68% -
XYZ 29.54 31.51 11 -
YUV 148.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 173 151 74 0 0.13 0.57 0.32 46.67 0.4 0.48
Hex AD 97 4A 0 D 39 20 2F 28 30
Octal 255 227 112 0 15 71 40 57 50 60
Binary 10101101 10010111 1001010 0 1101 111001 100000 101111 101000 110000

Color Harmonies of #AD974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD974A

Black with #AD974A

Text Example


Text Example

White with #AD974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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