#A8914F

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

Shades of Husk #A8914F

Tints of Husk #A8914F

Color information

#A8914F (or 0xA8914F) is unknown color: approx Husk. HEX triplet: A8, 91 and 4F. RGB value is (168,145,79). Sum of RGB (Red+Green+Blue) = 168+145+79=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A8914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8914F is #576EB0. Grayscale: #909090. Windows color (decimal): -5729969 or 5214632. OLE color: 5214632.

HSL color Cylindrical-coordinate representation of color #A8914F: hue angle of 44.49º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8914F is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB16814579-
CMYK00.140.530.34
HSL44.49º36.03%48.43%-
HSV(B)44.49º52.98%65.88%-
XYZ27.6929.1411.56-
YUV144.3591.12144.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.86%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=42.86%
G=36.99%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681457900.140.530.3444.4936.0348.43
HexA8914F0E35222c2430
Octal2502211170166542544460
Binary1010100010010001100111101110110101100010101100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8914F; }

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

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

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

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

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

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

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

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