Html Css Color HEX #A18176 Hemp

📋 copy color: '#A18176'

red 161 ◦ green 129 ◦ blue 118

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

Shades of Hemp #A18176

Tints of Hemp #A18176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.62%

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 39.46%
G = 31.62%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A18176 (or 0xA18176) is known color: Hemp. HEX triplet: A1, 81 and 76. RGB value is (161,129,118). Sum of RGB (Red+Green+Blue) = 161+129+118=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A18176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18176 is #5E7E89. Grayscale: #898989. Windows color (decimal): -6192778 or 7766433. OLE color: 7766433.

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

Color convert

RGB 161 129 118 -
CMYK 0 0.20 0.27 0.37
HSL 15.35º 0.19% 0.55% -
HSV(B) 15.35º 0.27% 0.63% -
XYZ 25.82 24.59 20.52 -
YUV 137.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 161 129 118 0 0.20 0.27 0.37 15.35 0.19 0.55
Hex A1 81 76 0 14 1B 25 F 13 37
Octal 241 201 166 0 24 33 45 17 23 67
Binary 10100001 10000001 1110110 0 10100 11011 100101 1111 10011 110111

Color Harmonies of #A18176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18176

Black with #A18176

Text Example


Text Example

White with #A18176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18176; }

 p { color: rgb(161,129,118); }

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

background-color css

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

 a { background-color: rgb(161,129,118); }

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

border-color css

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

 span { border-color: rgb(161,129,118); }

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