Html Css Color HEX #A4974D Husk

📋 copy color: '#A4974D'

red 164 ◦ green 151 ◦ blue 77

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

Shades of Husk #A4974D

Tints of Husk #A4974D

RGB

 RED value IS 164 (64.45% from 255) = 41.84%

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

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 41.84%
G = 38.52%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4974D (or 0xA4974D) is known color: Husk. HEX triplet: A4, 97 and 4D. RGB value is (164,151,77). Sum of RGB (Red+Green+Blue) = 164+151+77=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4974D is #5B68B2. Grayscale: #929292. Windows color (decimal): -5990579 or 5085092. OLE color: 5085092.

HSL color Cylindrical-coordinate representation of color #A4974D: hue angle of 51.03º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4974D is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 77 -
CMYK 0 0.08 0.53 0.36
HSL 51.03º 0.36% 0.47% -
HSV(B) 51.03º 0.53% 0.64% -
XYZ 27.72 30.56 11.46 -
YUV 146.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 164 151 77 0 0.08 0.53 0.36 51.03 0.36 0.47
Hex A4 97 4D 0 8 35 24 33 24 2F
Octal 244 227 115 0 10 65 44 63 44 57
Binary 10100100 10010111 1001101 0 1000 110101 100100 110011 100100 101111

Color Harmonies of #A4974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4974D

Black with #A4974D

Text Example


Text Example

White with #A4974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4974D; }

 p { color: rgb(164,151,77); }

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

background-color css

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

 a { background-color: rgb(164,151,77); }

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

border-color css

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

 span { border-color: rgb(164,151,77); }

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