Html Css Color HEX #A17F6F Hemp

📋 copy color: '#A17F6F'

red 161 ◦ green 127 ◦ blue 111

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

Shades of Hemp #A17F6F

Tints of Hemp #A17F6F

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

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

R = 40.35%
G = 31.83%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A17F6F (or 0xA17F6F) is known color: Hemp. HEX triplet: A1, 7F and 6F. RGB value is (161,127,111). Sum of RGB (Red+Green+Blue) = 161+127+111=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F6F is #5E8090. Grayscale: #878787. Windows color (decimal): -6193297 or 7307169. OLE color: 7307169.

HSL color Cylindrical-coordinate representation of color #A17F6F: hue angle of 19.2º 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 #A17F6F is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 127 111 -
CMYK 0 0.21 0.31 0.37
HSL 19.2º 0.21% 0.53% -
HSV(B) 19.2º 0.31% 0.63% -
XYZ 25.16 23.9 18.33 -
YUV 135.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 161 127 111 0 0.21 0.31 0.37 19.2 0.21 0.53
Hex A1 7F 6F 0 15 1F 25 13 15 35
Octal 241 177 157 0 25 37 45 23 25 65
Binary 10100001 1111111 1101111 0 10101 11111 100101 10011 10101 110101

Color Harmonies of #A17F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F6F

Black with #A17F6F

Text Example


Text Example

White with #A17F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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