Html Css Color HEX #A47E70 Hemp

📋 copy color: '#A47E70'

red 164 ◦ green 126 ◦ blue 112

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

Shades of Hemp #A47E70

Tints of Hemp #A47E70

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

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

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 40.8%
G = 31.34%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A47E70 (or 0xA47E70) is known color: Hemp. HEX triplet: A4, 7E and 70. RGB value is (164,126,112). Sum of RGB (Red+Green+Blue) = 164+126+112=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E70 is #5B818F. Grayscale: #878787. Windows color (decimal): -5996944 or 7372452. OLE color: 7372452.

HSL color Cylindrical-coordinate representation of color #A47E70: hue angle of 16.15º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A47E70 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 126 112 -
CMYK 0 0.23 0.32 0.36
HSL 16.15º 0.22% 0.54% -
HSV(B) 16.15º 0.32% 0.64% -
XYZ 25.7 23.98 18.6 -
YUV 135.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 164 126 112 0 0.23 0.32 0.36 16.15 0.22 0.54
Hex A4 7E 70 0 17 20 24 10 16 36
Octal 244 176 160 0 27 40 44 20 26 66
Binary 10100100 1111110 1110000 0 10111 100000 100100 10000 10110 110110

Color Harmonies of #A47E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E70

Black with #A47E70

Text Example


Text Example

White with #A47E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E70; }

 p { color: rgb(164,126,112); }

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

background-color css

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

 a { background-color: rgb(164,126,112); }

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

border-color css

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

 span { border-color: rgb(164,126,112); }

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