Html Css Color HEX #A17C6E Hemp

📋 copy color: '#A17C6E'

red 161 ◦ green 124 ◦ blue 110

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

Shades of Hemp #A17C6E

Tints of Hemp #A17C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 40.76%
G = 31.39%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A17C6E (or 0xA17C6E) is known color: Hemp. HEX triplet: A1, 7C and 6E. RGB value is (161,124,110). Sum of RGB (Red+Green+Blue) = 161+124+110=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17C6E is #5E8391. Grayscale: #858585. Windows color (decimal): -6194066 or 7240865. OLE color: 7240865.

HSL color Cylindrical-coordinate representation of color #A17C6E: hue angle of 16.47º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A17C6E is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 124 110 -
CMYK 0 0.23 0.32 0.37
HSL 16.47º 0.21% 0.53% -
HSV(B) 16.47º 0.32% 0.63% -
XYZ 24.72 23.12 17.91 -
YUV 133.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 161 124 110 0 0.23 0.32 0.37 16.47 0.21 0.53
Hex A1 7C 6E 0 17 20 25 10 15 35
Octal 241 174 156 0 27 40 45 20 25 65
Binary 10100001 1111100 1101110 0 10111 100000 100101 10000 10101 110101

Color Harmonies of #A17C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17C6E

Black with #A17C6E

Text Example


Text Example

White with #A17C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17C6E; }

 p { color: rgb(161,124,110); }

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

background-color css

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

 a { background-color: rgb(161,124,110); }

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

border-color css

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

 span { border-color: rgb(161,124,110); }

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