Html Css Color HEX #A07B6D Hemp

📋 copy color: '#A07B6D'

red 160 ◦ green 123 ◦ blue 109

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

Shades of Hemp #A07B6D

Tints of Hemp #A07B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.38%

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

R = 40.82%
G = 31.38%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A07B6D (or 0xA07B6D) is known color: Hemp. HEX triplet: A0, 7B and 6D. RGB value is (160,123,109). Sum of RGB (Red+Green+Blue) = 160+123+109=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B6D is #5F8492. Grayscale: #848484. Windows color (decimal): -6259859 or 7175072. OLE color: 7175072.

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

Color convert

RGB 160 123 109 -
CMYK 0 0.23 0.32 0.37
HSL 16.47º 0.21% 0.53% -
HSV(B) 16.47º 0.32% 0.63% -
XYZ 24.34 22.74 17.58 -
YUV 132.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 160 123 109 0 0.23 0.32 0.37 16.47 0.21 0.53
Hex A0 7B 6D 0 17 20 25 10 15 35
Octal 240 173 155 0 27 40 45 20 25 65
Binary 10100000 1111011 1101101 0 10111 100000 100101 10000 10101 110101

Color Harmonies of #A07B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B6D

Black with #A07B6D

Text Example


Text Example

White with #A07B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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