#A48274

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

Shades of Hemp #A48274

Tints of Hemp #A48274

Color information

#A48274 (or 0xA48274) is unknown color: approx Hemp. HEX triplet: A4, 82 and 74. RGB value is (164,130,116). Sum of RGB (Red+Green+Blue) = 164+130+116=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A48274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48274 is #5B7D8B. Grayscale: #8A8A8A. Windows color (decimal): -5995916 or 7635620. OLE color: 7635620.

HSL color Cylindrical-coordinate representation of color #A48274: hue angle of 17.5º 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 #A48274 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB164130116-
CMYK00.210.290.36
HSL17.5º20.87%54.9%-
HSV(B)17.5º29.27%64.31%-
XYZ26.4425.1219.98-
YUV138.57115.26146.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 116 (45.70% from 255) = 28.29%
R=40%
G=31.71%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413011600.210.290.3617.520.8754.9
HexA482740151D24121537
Octal2442021640253544222567
Binary10100100100000101110100010101111011001001001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48274; }

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

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

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

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

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

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

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

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