#A4817A

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

Shades of Hemp #A4817A

Tints of Hemp #A4817A

Color information

#A4817A (or 0xA4817A) is unknown color: approx Hemp. HEX triplet: A4, 81 and 7A. RGB value is (164,129,122). Sum of RGB (Red+Green+Blue) = 164+129+122=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A4817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4817A is #5B7E85. Grayscale: #8A8A8A. Windows color (decimal): -5996166 or 8028580. OLE color: 8028580.

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

Color convert

RGB164129122-
CMYK00.210.260.36
HSL10º18.75%56.08%-
HSV(B)10º25.61%64.31%-
XYZ26.672521.83-
YUV138.67118.6146.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=39.52%
G=31.08%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412912200.210.260.361018.7556.08
HexA4817A0151A24a1338
Octal2442011720253244122370
Binary1010010010000001111101001010111010100100101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4817A; }

 p { color: rgb(164,129,122); }

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

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

 a { background-color: rgb(164,129,122); }

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

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

 span { border-color: rgb(164,129,122); }

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