Html Css Color HEX #A17974 Hemp

📋 copy color: '#A17974'

red 161 ◦ green 121 ◦ blue 116

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

Shades of Hemp #A17974

Tints of Hemp #A17974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 40.45%
G = 30.4%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A17974 (or 0xA17974) is known color: Hemp. HEX triplet: A1, 79 and 74. RGB value is (161,121,116). Sum of RGB (Red+Green+Blue) = 161+121+116=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A17974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17974 is #5E868B. Grayscale: #848484. Windows color (decimal): -6194828 or 7633313. OLE color: 7633313.

HSL color Cylindrical-coordinate representation of color #A17974: hue angle of 6.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A17974 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 121 116 -
CMYK 0 0.25 0.28 0.37
HSL 6.67º 0.19% 0.54% -
HSV(B) 6.67º 0.28% 0.63% -
XYZ 24.69 22.51 19.57 -
YUV 132.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 161 121 116 0 0.25 0.28 0.37 6.67 0.19 0.54
Hex A1 79 74 0 19 1C 25 7 13 36
Octal 241 171 164 0 31 34 45 7 23 66
Binary 10100001 1111001 1110100 0 11001 11100 100101 111 10011 110110

Color Harmonies of #A17974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17974

Black with #A17974

Text Example


Text Example

White with #A17974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17974; }

 p { color: rgb(161,121,116); }

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

background-color css

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

 a { background-color: rgb(161,121,116); }

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

border-color css

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

 span { border-color: rgb(161,121,116); }

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