Html Css Color HEX #A58070 Hemp

📋 copy color: '#A58070'

red 165 ◦ green 128 ◦ blue 112

#A58070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #A58070

Tints of Hemp #A58070

RGB

 RED value IS 165 (64.84% from 255) = 40.74%

 GREEN value IS 128 (50.39% from 255) = 31.6%

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 40.74%
G = 31.6%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A58070 (or 0xA58070) is known color: Hemp. HEX triplet: A5, 80 and 70. RGB value is (165,128,112). Sum of RGB (Red+Green+Blue) = 165+128+112=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A58070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58070 is #5A7F8F. Grayscale: #898989. Windows color (decimal): -5930896 or 7372965. OLE color: 7372965.

HSL color Cylindrical-coordinate representation of color #A58070: hue angle of 18.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58070 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 128 112 -
CMYK 0 0.22 0.32 0.35
HSL 18.11º 0.23% 0.54% -
HSV(B) 18.11º 0.32% 0.65% -
XYZ 26.16 24.61 18.7 -
YUV 137.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 165 128 112 0 0.22 0.32 0.35 18.11 0.23 0.54
Hex A5 80 70 0 16 20 23 12 17 36
Octal 245 200 160 0 26 40 43 22 27 66
Binary 10100101 10000000 1110000 0 10110 100000 100011 10010 10111 110110

Color Harmonies of #A58070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58070

Black with #A58070

Text Example


Text Example

White with #A58070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58070; }

 p { color: rgb(165,128,112); }

 H1.HeaderClassName
 {
   color: #A58070;
 }
 .AnyTagClassName
 {
   color: #A58070;
 }
</style>

background-color css

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

 a { background-color: rgb(165,128,112); }

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

border-color css

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

 span { border-color: rgb(165,128,112); }

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