#A3807A

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

Shades of Hemp #A3807A

Tints of Hemp #A3807A

Color information

#A3807A (or 0xA3807A) is unknown color: approx Hemp. HEX triplet: A3, 80 and 7A. RGB value is (163,128,122). Sum of RGB (Red+Green+Blue) = 163+128+122=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A3807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3807A is #5C7F85. Grayscale: #898989. Windows color (decimal): -6061958 or 8028323. OLE color: 8028323.

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

Color convert

RGB163128122-
CMYK00.210.250.36
HSL8.78º18.22%55.88%-
HSV(B)8.78º25.15%63.92%-
XYZ26.3424.6321.78-
YUV137.78119.1145.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.47%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=39.47%
G=30.99%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312812200.210.250.368.7818.2255.88
HexA3807A015192491238
Octal2432001720253144112270
Binary1010001110000000111101001010111001100100100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3807A; }

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

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

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

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

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

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

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

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