Html Css Color HEX #A07D6F Hemp

📋 copy color: '#A07D6F'

red 160 ◦ green 125 ◦ blue 111

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

Shades of Hemp #A07D6F

Tints of Hemp #A07D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 40.4%
G = 31.57%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A07D6F (or 0xA07D6F) is known color: Hemp. HEX triplet: A0, 7D and 6F. RGB value is (160,125,111). Sum of RGB (Red+Green+Blue) = 160+125+111=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D6F is #5F8290. Grayscale: #858585. Windows color (decimal): -6259345 or 7306656. OLE color: 7306656.

HSL color Cylindrical-coordinate representation of color #A07D6F: hue angle of 17.14º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A07D6F is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 125 111 -
CMYK 0 0.22 0.31 0.37
HSL 17.14º 0.21% 0.53% -
HSV(B) 17.14º 0.31% 0.63% -
XYZ 24.7 23.29 18.23 -
YUV 133.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 160 125 111 0 0.22 0.31 0.37 17.14 0.21 0.53
Hex A0 7D 6F 0 16 1F 25 11 15 35
Octal 240 175 157 0 26 37 45 21 25 65
Binary 10100000 1111101 1101111 0 10110 11111 100101 10001 10101 110101

Color Harmonies of #A07D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D6F

Black with #A07D6F

Text Example


Text Example

White with #A07D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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