#A38478

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

Shades of Hemp #A38478

Tints of Hemp #A38478

Color information

#A38478 (or 0xA38478) is unknown color: approx Hemp. HEX triplet: A3, 84 and 78. RGB value is (163,132,120). Sum of RGB (Red+Green+Blue) = 163+132+120=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A38478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38478 is #5C7B87. Grayscale: #8B8B8B. Windows color (decimal): -6060936 or 7898275. OLE color: 7898275.

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

Color convert

RGB163132120-
CMYK00.190.260.36
HSL16.74º18.94%55.49%-
HSV(B)16.74º26.38%63.92%-
XYZ26.7525.6521.31-
YUV139.9116.77144.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=39.28%
G=31.81%
B=28.92%

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
Decimal16313212000.190.260.3616.7418.9455.49
HexA384780131A24111337
Octal2432041700233244212367
Binary10100011100001001111000010011110101001001000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38478; }

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

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

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

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

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

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

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

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