#A58277

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

Shades of Hemp #A58277

Tints of Hemp #A58277

Color information

#A58277 (or 0xA58277) is unknown color: approx Hemp. HEX triplet: A5, 82 and 77. RGB value is (165,130,119). Sum of RGB (Red+Green+Blue) = 165+130+119=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A58277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58277 is #5A7D88. Grayscale: #8B8B8B. Windows color (decimal): -5930377 or 7832229. OLE color: 7832229.

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

Color convert

RGB165130119-
CMYK00.210.280.35
HSL14.35º20.35%55.69%-
HSV(B)14.35º27.88%64.71%-
XYZ26.8325.320.92-
YUV139.21116.6146.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 119 (46.88% from 255) = 28.74%
R=39.86%
G=31.40%
B=28.74%

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
Decimal16513011900.210.280.3514.3520.3555.69
HexA582770151C23e1438
Octal2452021670253443162470
Binary1010010110000010111011101010111100100011111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58277; }

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

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

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

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

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

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

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

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