Html Css Color HEX #A07B6E Hemp

📋 copy color: '#A07B6E'

red 160 ◦ green 123 ◦ blue 110

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

Shades of Hemp #A07B6E

Tints of Hemp #A07B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.99%

R = 40.71%
G = 31.3%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A07B6E (or 0xA07B6E) is known color: Hemp. HEX triplet: A0, 7B and 6E. RGB value is (160,123,110). Sum of RGB (Red+Green+Blue) = 160+123+110=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B6E is #5F8491. Grayscale: #848484. Windows color (decimal): -6259858 or 7240608. OLE color: 7240608.

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

Color convert

RGB 160 123 110 -
CMYK 0 0.23 0.31 0.37
HSL 15.6º 0.21% 0.53% -
HSV(B) 15.6º 0.31% 0.63% -
XYZ 24.39 22.77 17.86 -
YUV 132.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 160 123 110 0 0.23 0.31 0.37 15.6 0.21 0.53
Hex A0 7B 6E 0 17 1F 25 10 15 35
Octal 240 173 156 0 27 37 45 20 25 65
Binary 10100000 1111011 1101110 0 10111 11111 100101 10000 10101 110101

Color Harmonies of #A07B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B6E

Black with #A07B6E

Text Example


Text Example

White with #A07B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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