Html Css Color HEX #A17D6F Hemp

📋 copy color: '#A17D6F'

red 161 ◦ green 125 ◦ blue 111

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

Shades of Hemp #A17D6F

Tints of Hemp #A17D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.49%

 BLUE value IS 111 (43.75% from 255) = 27.96%

R = 40.55%
G = 31.49%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A17D6F (or 0xA17D6F) is known color: Hemp. HEX triplet: A1, 7D and 6F. RGB value is (161,125,111). Sum of RGB (Red+Green+Blue) = 161+125+111=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17D6F is #5E8290. Grayscale: #868686. Windows color (decimal): -6193809 or 7306657. OLE color: 7306657.

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

Color convert

RGB 161 125 111 -
CMYK 0 0.22 0.31 0.37
HSL 16.8º 0.21% 0.53% -
HSV(B) 16.8º 0.31% 0.63% -
XYZ 24.9 23.39 18.24 -
YUV 134.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 161 125 111 0 0.22 0.31 0.37 16.8 0.21 0.53
Hex A1 7D 6F 0 16 1F 25 11 15 35
Octal 241 175 157 0 26 37 45 21 25 65
Binary 10100001 1111101 1101111 0 10110 11111 100101 10001 10101 110101

Color Harmonies of #A17D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17D6F

Black with #A17D6F

Text Example


Text Example

White with #A17D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17D6F; }

 p { color: rgb(161,125,111); }

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

background-color css

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

 a { background-color: rgb(161,125,111); }

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

border-color css

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

 span { border-color: rgb(161,125,111); }

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