Html Css Color HEX #A07D6D Hemp

📋 copy color: '#A07D6D'

red 160 ◦ green 125 ◦ blue 109

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

Shades of Hemp #A07D6D

Tints of Hemp #A07D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.66%

R = 40.61%
G = 31.73%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A07D6D (or 0xA07D6D) is known color: Hemp. HEX triplet: A0, 7D and 6D. RGB value is (160,125,109). Sum of RGB (Red+Green+Blue) = 160+125+109=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D6D is #5F8292. Grayscale: #858585. Windows color (decimal): -6259347 or 7175584. OLE color: 7175584.

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

Color convert

RGB 160 125 109 -
CMYK 0 0.22 0.32 0.37
HSL 18.82º 0.21% 0.53% -
HSV(B) 18.82º 0.32% 0.63% -
XYZ 24.59 23.24 17.66 -
YUV 133.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 160 125 109 0 0.22 0.32 0.37 18.82 0.21 0.53
Hex A0 7D 6D 0 16 20 25 13 15 35
Octal 240 175 155 0 26 40 45 23 25 65
Binary 10100000 1111101 1101101 0 10110 100000 100101 10011 10101 110101

Color Harmonies of #A07D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D6D

Black with #A07D6D

Text Example


Text Example

White with #A07D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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