#A38479

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

Shades of Hemp #A38479

Tints of Hemp #A38479

Color information

#A38479 (or 0xA38479) is unknown color: approx Hemp. HEX triplet: A3, 84 and 79. RGB value is (163,132,121). Sum of RGB (Red+Green+Blue) = 163+132+121=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A38479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38479 is #5C7B86. Grayscale: #8C8C8C. Windows color (decimal): -6060935 or 7963811. OLE color: 7963811.

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

Color convert

RGB163132121-
CMYK00.190.260.36
HSL15.71º18.58%55.69%-
HSV(B)15.71º25.77%63.92%-
XYZ26.8125.6721.63-
YUV140.01117.27144.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=39.18%
G=31.73%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313212100.190.260.3615.7118.5855.69
HexA384790131A24101338
Octal2432041710233244202370
Binary10100011100001001111001010011110101001001000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38479; }

 p { color: rgb(163,132,121); }

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

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

 a { background-color: rgb(163,132,121); }

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

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

 span { border-color: rgb(163,132,121); }

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