#A38075

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

Shades of Hemp #A38075

Tints of Hemp #A38075

Color information

#A38075 (or 0xA38075) is unknown color: approx Hemp. HEX triplet: A3, 80 and 75. RGB value is (163,128,117). Sum of RGB (Red+Green+Blue) = 163+128+117=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 163 - color contains mainly: red. Hex color #A38075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38075 is #5C7F8A. Grayscale: #898989. Windows color (decimal): -6061963 or 7700643. OLE color: 7700643.

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

Color convert

RGB163128117-
CMYK00.210.280.36
HSL14.35º20%54.9%-
HSV(B)14.35º28.22%63.92%-
XYZ26.0324.5120.19-
YUV137.21116.6146.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.95%
GREEN value IS 128 (50.39% from 255) = 31.37%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=39.95%
G=31.37%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312811700.210.280.3614.352054.9
HexA380750151C24e1437
Octal2432001650253444162467
Binary1010001110000000111010101010111100100100111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38075; }

 p { color: rgb(163,128,117); }

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

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

 a { background-color: rgb(163,128,117); }

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

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

 span { border-color: rgb(163,128,117); }

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