Html Css Color HEX #A07972 Hemp

📋 copy color: '#A07972'

red 160 ◦ green 121 ◦ blue 114

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

Shades of Hemp #A07972

Tints of Hemp #A07972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 40.51%
G = 30.63%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A07972 (or 0xA07972) is known color: Hemp. HEX triplet: A0, 79 and 72. RGB value is (160,121,114). Sum of RGB (Red+Green+Blue) = 160+121+114=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A07972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07972 is #5F868D. Grayscale: #838383. Windows color (decimal): -6260366 or 7502240. OLE color: 7502240.

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

Color convert

RGB 160 121 114 -
CMYK 0 0.24 0.29 0.37
HSL 9.13º 0.19% 0.54% -
HSV(B) 9.13º 0.29% 0.63% -
XYZ 24.37 22.36 18.95 -
YUV 131.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 160 121 114 0 0.24 0.29 0.37 9.13 0.19 0.54
Hex A0 79 72 0 18 1D 25 9 13 36
Octal 240 171 162 0 30 35 45 11 23 66
Binary 10100000 1111001 1110010 0 11000 11101 100101 1001 10011 110110

Color Harmonies of #A07972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07972

Black with #A07972

Text Example


Text Example

White with #A07972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07972; }

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

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

background-color css

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

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

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

border-color css

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

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

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