Html Css Color HEX #A4A053 Husk

📋 copy color: '#A4A053'

red 164 ◦ green 160 ◦ blue 83

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

Shades of Husk #A4A053

Tints of Husk #A4A053

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.31%

 BLUE value IS 83 (32.81% from 255) = 20.39%

R = 40.29%
G = 39.31%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A4A053 (or 0xA4A053) is known color: Husk. HEX triplet: A4, A0 and 53. RGB value is (164,160,83). Sum of RGB (Red+Green+Blue) = 164+160+83=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A053 is #5B5FAC. Grayscale: #989898. Windows color (decimal): -5988269 or 5480612. OLE color: 5480612.

HSL color Cylindrical-coordinate representation of color #A4A053: hue angle of 57.04º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4A053 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 83 -
CMYK 0 0.02 0.49 0.36
HSL 57.04º 0.33% 0.48% -
HSV(B) 57.04º 0.49% 0.64% -
XYZ 29.44 33.66 13.13 -
YUV 152.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 164 160 83 0 0.02 0.49 0.36 57.04 0.33 0.48
Hex A4 A0 53 0 2 31 24 39 21 30
Octal 244 240 123 0 2 61 44 71 41 60
Binary 10100100 10100000 1010011 0 10 110001 100100 111001 100001 110000

Color Harmonies of #A4A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A053

Black with #A4A053

Text Example


Text Example

White with #A4A053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A053; }

 p { color: rgb(164,160,83); }

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

background-color css

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

 a { background-color: rgb(164,160,83); }

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

border-color css

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

 span { border-color: rgb(164,160,83); }

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