Html Css Color HEX #A17F75 Hemp

📋 copy color: '#A17F75'

red 161 ◦ green 127 ◦ blue 117

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

Shades of Hemp #A17F75

Tints of Hemp #A17F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 39.75%
G = 31.36%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A17F75 (or 0xA17F75) is known color: Hemp. HEX triplet: A1, 7F and 75. RGB value is (161,127,117). Sum of RGB (Red+Green+Blue) = 161+127+117=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17F75 is #5E808A. Grayscale: #888888. Windows color (decimal): -6193291 or 7700385. OLE color: 7700385.

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

Color convert

RGB 161 127 117 -
CMYK 0 0.21 0.27 0.37
HSL 13.64º 0.19% 0.55% -
HSV(B) 13.64º 0.27% 0.63% -
XYZ 25.5 24.04 20.13 -
YUV 136.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 161 127 117 0 0.21 0.27 0.37 13.64 0.19 0.55
Hex A1 7F 75 0 15 1B 25 E 13 37
Octal 241 177 165 0 25 33 45 16 23 67
Binary 10100001 1111111 1110101 0 10101 11011 100101 1110 10011 110111

Color Harmonies of #A17F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17F75

Black with #A17F75

Text Example


Text Example

White with #A17F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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