Html Css Color HEX #A18073 Hemp

📋 copy color: '#A18073'

red 161 ◦ green 128 ◦ blue 115

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

Shades of Hemp #A18073

Tints of Hemp #A18073

RGB

 RED value IS 161 (63.28% from 255) = 39.85%

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

 BLUE value IS 115 (45.31% from 255) = 28.47%

R = 39.85%
G = 31.68%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A18073 (or 0xA18073) is known color: Hemp. HEX triplet: A1, 80 and 73. RGB value is (161,128,115). Sum of RGB (Red+Green+Blue) = 161+128+115=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A18073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18073 is #5E7F8C. Grayscale: #888888. Windows color (decimal): -6193037 or 7569569. OLE color: 7569569.

HSL color Cylindrical-coordinate representation of color #A18073: hue angle of 16.96º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A18073 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 128 115 -
CMYK 0 0.20 0.29 0.37
HSL 16.96º 0.2% 0.54% -
HSV(B) 16.96º 0.29% 0.63% -
XYZ 25.51 24.25 19.56 -
YUV 136.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 161 128 115 0 0.20 0.29 0.37 16.96 0.2 0.54
Hex A1 80 73 0 14 1D 25 11 14 36
Octal 241 200 163 0 24 35 45 21 24 66
Binary 10100001 10000000 1110011 0 10100 11101 100101 10001 10100 110110

Color Harmonies of #A18073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18073

Black with #A18073

Text Example


Text Example

White with #A18073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18073; }

 p { color: rgb(161,128,115); }

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

background-color css

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

 a { background-color: rgb(161,128,115); }

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

border-color css

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

 span { border-color: rgb(161,128,115); }

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