#A4914F

Color #A4914F Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #A4914F

Tints of Husk #A4914F

Color information

#A4914F (or 0xA4914F) is unknown color: approx Husk. HEX triplet: A4, 91 and 4F. RGB value is (164,145,79). Sum of RGB (Red+Green+Blue) = 164+145+79=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4914F is #5B6EB0. Grayscale: #8F8F8F. Windows color (decimal): -5992113 or 5214628. OLE color: 5214628.

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

Color convert

RGB16414579-
CMYK00.120.520.36
HSL46.59º34.98%47.65%-
HSV(B)46.59º51.83%64.31%-
XYZ26.8528.7111.52-
YUV143.1691.79142.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 79 (31.25% from 255) = 20.36%
R=42.27%
G=37.37%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641457900.120.520.3646.5934.9847.65
HexA4914F0C34242f2330
Octal2442211170146444574360
Binary1010010010010001100111101100110100100100101111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4914F; }

 p { color: rgb(164,145,79); }

 H1.HeaderClassName
 {
   color: #A4914F;
 }
 .AnyTagClassName
 {
   color: #A4914F;
 }
</style>
background-color css

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

 a { background-color: rgb(164,145,79); }

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

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

 span { border-color: rgb(164,145,79); }

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