#A58374

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

Shades of Hemp #A58374

Tints of Hemp #A58374

Color information

#A58374 (or 0xA58374) is unknown color: approx Hemp. HEX triplet: A5, 83 and 74. RGB value is (165,131,116). Sum of RGB (Red+Green+Blue) = 165+131+116=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A58374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58374 is #5A7C8B. Grayscale: #8B8B8B. Windows color (decimal): -5930124 or 7635877. OLE color: 7635877.

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

Color convert

RGB165131116-
CMYK00.210.300.35
HSL18.37º21.4%55.1%-
HSV(B)18.37º29.7%64.71%-
XYZ26.7925.4920.03-
YUV139.46114.76146.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=40.05%
G=31.80%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513111600.210.300.3518.3721.455.1
HexA583740151E23121537
Octal2452031640253643222567
Binary10100101100000111110100010101111101000111001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58374; }

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

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

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

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

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

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

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

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