Html Css Color HEX #A17F6E Hemp

📋 copy color: '#A17F6E'

red 161 ◦ green 127 ◦ blue 110

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

Shades of Hemp #A17F6E

Tints of Hemp #A17F6E

RGB

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

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

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

R = 40.45%
G = 31.91%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A17F6E (or 0xA17F6E) is known color: Hemp. HEX triplet: A1, 7F and 6E. RGB value is (161,127,110). Sum of RGB (Red+Green+Blue) = 161+127+110=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F6E is #5E8091. Grayscale: #878787. Windows color (decimal): -6193298 or 7241633. OLE color: 7241633.

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

Color convert

RGB 161 127 110 -
CMYK 0 0.21 0.32 0.37
HSL 20º 0.21% 0.53% -
HSV(B) 20º 0.32% 0.63% -
XYZ 25.1 23.88 18.04 -
YUV 135.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 161 127 110 0 0.21 0.32 0.37 20 0.21 0.53
Hex A1 7F 6E 0 15 20 25 14 15 35
Octal 241 177 156 0 25 40 45 24 25 65
Binary 10100001 1111111 1101110 0 10101 100000 100101 10100 10101 110101

Color Harmonies of #A17F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F6E

Black with #A17F6E

Text Example


Text Example

White with #A17F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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