Html Css Color HEX #A4A055 Husk

📋 copy color: '#A4A055'

red 164 ◦ green 160 ◦ blue 85

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

Shades of Husk #A4A055

Tints of Husk #A4A055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 40.1%
G = 39.12%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A4A055 (or 0xA4A055) is known color: Husk. HEX triplet: A4, A0 and 55. RGB value is (164,160,85). Sum of RGB (Red+Green+Blue) = 164+160+85=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A055 is #5B5FAA. Grayscale: #989898. Windows color (decimal): -5988267 or 5611684. OLE color: 5611684.

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

Color convert

RGB 164 160 85 -
CMYK 0 0.02 0.48 0.36
HSL 56.96º 0.32% 0.49% -
HSV(B) 56.96º 0.48% 0.64% -
XYZ 29.52 33.69 13.54 -
YUV 152.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 164 160 85 0 0.02 0.48 0.36 56.96 0.32 0.49
Hex A4 A0 55 0 2 30 24 39 20 31
Octal 244 240 125 0 2 60 44 71 40 61
Binary 10100100 10100000 1010101 0 10 110000 100100 111001 100000 110001

Color Harmonies of #A4A055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A055

Black with #A4A055

Text Example


Text Example

White with #A4A055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A055; }

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

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

background-color css

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

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

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

border-color css

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

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

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