Html Css Color HEX #A07974 Hemp

📋 copy color: '#A07974'

red 160 ◦ green 121 ◦ blue 116

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

Shades of Hemp #A07974

Tints of Hemp #A07974

RGB

 RED value IS 160 (62.89% from 255) = 40.3%

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

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

R = 40.3%
G = 30.48%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A07974 (or 0xA07974) is known color: Hemp. HEX triplet: A0, 79 and 74. RGB value is (160,121,116). Sum of RGB (Red+Green+Blue) = 160+121+116=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A07974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07974 is #5F868B. Grayscale: #848484. Windows color (decimal): -6260364 or 7633312. OLE color: 7633312.

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

Color convert

RGB 160 121 116 -
CMYK 0 0.24 0.28 0.37
HSL 6.82º 0.19% 0.54% -
HSV(B) 6.82º 0.28% 0.63% -
XYZ 24.49 22.41 19.56 -
YUV 132.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 160 121 116 0 0.24 0.28 0.37 6.82 0.19 0.54
Hex A0 79 74 0 18 1C 25 7 13 36
Octal 240 171 164 0 30 34 45 7 23 66
Binary 10100000 1111001 1110100 0 11000 11100 100101 111 10011 110110

Color Harmonies of #A07974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07974

Black with #A07974

Text Example


Text Example

White with #A07974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07974; }

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

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

background-color css

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

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

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

border-color css

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

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

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