#A58377

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

Shades of Hemp #A58377

Tints of Hemp #A58377

Color information

#A58377 (or 0xA58377) is unknown color: approx Hemp. HEX triplet: A5, 83 and 77. RGB value is (165,131,119). Sum of RGB (Red+Green+Blue) = 165+131+119=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A58377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58377 is #5A7C88. Grayscale: #8B8B8B. Windows color (decimal): -5930121 or 7832485. OLE color: 7832485.

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

Color convert

RGB165131119-
CMYK00.210.280.35
HSL15.65º20.35%55.69%-
HSV(B)15.65º27.88%64.71%-
XYZ26.9625.5620.97-
YUV139.8116.26145.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=39.76%
G=31.57%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513111900.210.280.3515.6520.3555.69
HexA583770151C23101438
Octal2452031670253443202470
Binary10100101100000111110111010101111001000111000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58377; }

 p { color: rgb(165,131,119); }

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

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

 a { background-color: rgb(165,131,119); }

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

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

 span { border-color: rgb(165,131,119); }

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