Html Css Color HEX #A07973 Hemp

📋 copy color: '#A07973'

red 160 ◦ green 121 ◦ blue 115

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

Shades of Hemp #A07973

Tints of Hemp #A07973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.04%

R = 40.4%
G = 30.56%
B = 29.04%

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

#A07973 (or 0xA07973) is known color: Hemp. HEX triplet: A0, 79 and 73. RGB value is (160,121,115). Sum of RGB (Red+Green+Blue) = 160+121+115=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A07973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07973 is #5F868C. Grayscale: #848484. Windows color (decimal): -6260365 or 7567776. OLE color: 7567776.

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

Color convert

RGB 160 121 115 -
CMYK 0 0.24 0.28 0.37
HSL 0.19% 0.54% -
HSV(B) 0.28% 0.63% -
XYZ 24.43 22.39 19.25 -
YUV 131.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 160 121 115 0 0.24 0.28 0.37 8 0.19 0.54
Hex A0 79 73 0 18 1C 25 8 13 36
Octal 240 171 163 0 30 34 45 10 23 66
Binary 10100000 1111001 1110011 0 11000 11100 100101 1000 10011 110110

Color Harmonies of #A07973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07973

Black with #A07973

Text Example


Text Example

White with #A07973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07973; }

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

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

background-color css

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

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

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

border-color css

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

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

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