#A48378

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

Shades of Hemp #A48378

Tints of Hemp #A48378

Color information

#A48378 (or 0xA48378) is unknown color: approx Hemp. HEX triplet: A4, 83 and 78. RGB value is (164,131,120). Sum of RGB (Red+Green+Blue) = 164+131+120=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A48378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48378 is #5B7C87. Grayscale: #8B8B8B. Windows color (decimal): -5995656 or 7898020. OLE color: 7898020.

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

Color convert

RGB164131120-
CMYK00.200.270.36
HSL15º19.47%55.69%-
HSV(B)15º26.83%64.31%-
XYZ26.8225.4821.27-
YUV139.61116.93145.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=39.52%
G=31.57%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413112000.200.270.361519.4755.69
HexA483780141B24f1338
Octal2442031700243344172370
Binary1010010010000011111100001010011011100100111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48378; }

 p { color: rgb(164,131,120); }

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

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

 a { background-color: rgb(164,131,120); }

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

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

 span { border-color: rgb(164,131,120); }

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