Html Css Color HEX #A07872 Hemp

📋 copy color: '#A07872'

red 160 ◦ green 120 ◦ blue 114

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

Shades of Hemp #A07872

Tints of Hemp #A07872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.46%

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

R = 40.61%
G = 30.46%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A07872 (or 0xA07872) is known color: Hemp. HEX triplet: A0, 78 and 72. RGB value is (160,120,114). Sum of RGB (Red+Green+Blue) = 160+120+114=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A07872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07872 is #5F878D. Grayscale: #838383. Windows color (decimal): -6260622 or 7501984. OLE color: 7501984.

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

Color convert

RGB 160 120 114 -
CMYK 0 0.25 0.29 0.37
HSL 7.83º 0.19% 0.54% -
HSV(B) 7.83º 0.29% 0.63% -
XYZ 24.25 22.12 18.91 -
YUV 131.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 160 120 114 0 0.25 0.29 0.37 7.83 0.19 0.54
Hex A0 78 72 0 19 1D 25 8 13 36
Octal 240 170 162 0 31 35 45 10 23 66
Binary 10100000 1111000 1110010 0 11001 11101 100101 1000 10011 110110

Color Harmonies of #A07872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07872

Black with #A07872

Text Example


Text Example

White with #A07872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07872; }

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

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

background-color css

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

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

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

border-color css

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

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

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