Html Css Color HEX #A07E6E Hemp

📋 copy color: '#A07E6E'

red 160 ◦ green 126 ◦ blue 110

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

Shades of Hemp #A07E6E

Tints of Hemp #A07E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

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

R = 40.4%
G = 31.82%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A07E6E (or 0xA07E6E) is known color: Hemp. HEX triplet: A0, 7E and 6E. RGB value is (160,126,110). Sum of RGB (Red+Green+Blue) = 160+126+110=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E6E is #5F8191. Grayscale: #868686. Windows color (decimal): -6259090 or 7241376. OLE color: 7241376.

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

Color convert

RGB 160 126 110 -
CMYK 0 0.21 0.31 0.37
HSL 19.2º 0.21% 0.53% -
HSV(B) 19.2º 0.31% 0.63% -
XYZ 24.77 23.52 17.99 -
YUV 134.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 160 126 110 0 0.21 0.31 0.37 19.2 0.21 0.53
Hex A0 7E 6E 0 15 1F 25 13 15 35
Octal 240 176 156 0 25 37 45 23 25 65
Binary 10100000 1111110 1101110 0 10101 11111 100101 10011 10101 110101

Color Harmonies of #A07E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07E6E

Black with #A07E6E

Text Example


Text Example

White with #A07E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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