Html Css Color HEX #A18077 Hemp

📋 copy color: '#A18077'

red 161 ◦ green 128 ◦ blue 119

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

Shades of Hemp #A18077

Tints of Hemp #A18077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.17%

R = 39.46%
G = 31.37%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A18077 (or 0xA18077) is known color: Hemp. HEX triplet: A1, 80 and 77. RGB value is (161,128,119). Sum of RGB (Red+Green+Blue) = 161+128+119=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A18077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18077 is #5E7F88. Grayscale: #888888. Windows color (decimal): -6193033 or 7831713. OLE color: 7831713.

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

Color convert

RGB 161 128 119 -
CMYK 0 0.20 0.26 0.37
HSL 12.86º 0.18% 0.55% -
HSV(B) 12.86º 0.26% 0.63% -
XYZ 25.75 24.35 20.8 -
YUV 136.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 161 128 119 0 0.20 0.26 0.37 12.86 0.18 0.55
Hex A1 80 77 0 14 1A 25 D 12 37
Octal 241 200 167 0 24 32 45 15 22 67
Binary 10100001 10000000 1110111 0 10100 11010 100101 1101 10010 110111

Color Harmonies of #A18077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18077

Black with #A18077

Text Example


Text Example

White with #A18077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18077; }

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

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

background-color css

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

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

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

border-color css

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

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

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