Html Css Color HEX #A07C72 Hemp

📋 copy color: '#A07C72'

red 160 ◦ green 124 ◦ blue 114

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

Shades of Hemp #A07C72

Tints of Hemp #A07C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

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

R = 40.2%
G = 31.16%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A07C72 (or 0xA07C72) is known color: Hemp. HEX triplet: A0, 7C and 72. RGB value is (160,124,114). Sum of RGB (Red+Green+Blue) = 160+124+114=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C72 is #5F838D. Grayscale: #858585. Windows color (decimal): -6259598 or 7503008. OLE color: 7503008.

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

Color convert

RGB 160 124 114 -
CMYK 0 0.22 0.29 0.37
HSL 13.04º 0.19% 0.54% -
HSV(B) 13.04º 0.29% 0.63% -
XYZ 24.74 23.1 19.08 -
YUV 133.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 160 124 114 0 0.22 0.29 0.37 13.04 0.19 0.54
Hex A0 7C 72 0 16 1D 25 D 13 36
Octal 240 174 162 0 26 35 45 15 23 66
Binary 10100000 1111100 1110010 0 10110 11101 100101 1101 10011 110110

Color Harmonies of #A07C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C72

Black with #A07C72

Text Example


Text Example

White with #A07C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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