Html Css Color HEX #A4954C Husk

📋 copy color: '#A4954C'

red 164 ◦ green 149 ◦ blue 76

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

Shades of Husk #A4954C

Tints of Husk #A4954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 76 (30.08% from 255) = 19.54%

R = 42.16%
G = 38.3%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4954C (or 0xA4954C) is known color: Husk. HEX triplet: A4, 95 and 4C. RGB value is (164,149,76). Sum of RGB (Red+Green+Blue) = 164+149+76=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4954C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4954C is #5B6AB3. Grayscale: #919191. Windows color (decimal): -5991092 or 5019044. OLE color: 5019044.

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

Color convert

RGB 164 149 76 -
CMYK 0 0.09 0.54 0.36
HSL 49.77º 0.37% 0.47% -
HSV(B) 49.77º 0.54% 0.64% -
XYZ 27.36 29.91 11.17 -
YUV 145.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 164 149 76 0 0.09 0.54 0.36 49.77 0.37 0.47
Hex A4 95 4C 0 9 36 24 32 25 2F
Octal 244 225 114 0 11 66 44 62 45 57
Binary 10100100 10010101 1001100 0 1001 110110 100100 110010 100101 101111

Color Harmonies of #A4954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4954C

Black with #A4954C

Text Example


Text Example

White with #A4954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4954C; }

 p { color: rgb(164,149,76); }

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

background-color css

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

 a { background-color: rgb(164,149,76); }

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

border-color css

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

 span { border-color: rgb(164,149,76); }

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