Html Css Color HEX #A07D73 Hemp

📋 copy color: '#A07D73'

red 160 ◦ green 125 ◦ blue 115

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

Shades of Hemp #A07D73

Tints of Hemp #A07D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.25%

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

R = 40%
G = 31.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A07D73 (or 0xA07D73) is known color: Hemp. HEX triplet: A0, 7D and 73. RGB value is (160,125,115). Sum of RGB (Red+Green+Blue) = 160+125+115=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D73 is #5F828C. Grayscale: #868686. Windows color (decimal): -6259341 or 7568800. OLE color: 7568800.

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

Color convert

RGB 160 125 115 -
CMYK 0 0.22 0.28 0.37
HSL 13.33º 0.19% 0.54% -
HSV(B) 13.33º 0.28% 0.63% -
XYZ 24.93 23.38 19.42 -
YUV 134.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 160 125 115 0 0.22 0.28 0.37 13.33 0.19 0.54
Hex A0 7D 73 0 16 1C 25 D 13 36
Octal 240 175 163 0 26 34 45 15 23 66
Binary 10100000 1111101 1110011 0 10110 11100 100101 1101 10011 110110

Color Harmonies of #A07D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D73

Black with #A07D73

Text Example


Text Example

White with #A07D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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