#A48074

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

Shades of Hemp #A48074

Tints of Hemp #A48074

Color information

#A48074 (or 0xA48074) is unknown color: approx Hemp. HEX triplet: A4, 80 and 74. RGB value is (164,128,116). Sum of RGB (Red+Green+Blue) = 164+128+116=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A48074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48074 is #5B7F8B. Grayscale: #898989. Windows color (decimal): -5996428 or 7635108. OLE color: 7635108.

HSL color Cylindrical-coordinate representation of color #A48074: hue angle of 15º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A48074 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB164128116-
CMYK00.220.290.36
HSL15º20.87%54.9%-
HSV(B)15º29.27%64.31%-
XYZ26.1824.5919.89-
YUV137.4115.93146.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 116 (45.70% from 255) = 28.43%
R=40.20%
G=31.37%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412811600.220.290.361520.8754.9
HexA480740161D24f1537
Octal2442001640263544172567
Binary1010010010000000111010001011011101100100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48074; }

 p { color: rgb(164,128,116); }

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

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

 a { background-color: rgb(164,128,116); }

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

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

 span { border-color: rgb(164,128,116); }

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