#A3827A

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

Shades of Hemp #A3827A

Tints of Hemp #A3827A

Color information

#A3827A (or 0xA3827A) is unknown color: approx Hemp. HEX triplet: A3, 82 and 7A. RGB value is (163,130,122). Sum of RGB (Red+Green+Blue) = 163+130+122=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A3827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3827A is #5C7D85. Grayscale: #8B8B8B. Windows color (decimal): -6061446 or 8028835. OLE color: 8028835.

HSL color Cylindrical-coordinate representation of color #A3827A: hue angle of 11.71º 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 #A3827A is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB163130122-
CMYK00.200.250.36
HSL11.71º18.22%55.88%-
HSV(B)11.71º25.15%63.92%-
XYZ26.625.1621.87-
YUV138.95118.43145.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.28%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=39.28%
G=31.33%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16313012200.200.250.3611.7118.2255.88
HexA3827A0141924c1238
Octal2432021720243144142270
Binary1010001110000010111101001010011001100100110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3827A; }

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

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

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

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

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

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

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

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