Html Css Color HEX #A47E74 Hemp

📋 copy color: '#A47E74'

red 164 ◦ green 126 ◦ blue 116

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

Shades of Hemp #A47E74

Tints of Hemp #A47E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.57%

R = 40.39%
G = 31.03%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47E74 (or 0xA47E74) is known color: Hemp. HEX triplet: A4, 7E and 74. RGB value is (164,126,116). Sum of RGB (Red+Green+Blue) = 164+126+116=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47E74 is #5B818B. Grayscale: #888888. Windows color (decimal): -5996940 or 7634596. OLE color: 7634596.

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

Color convert

RGB 164 126 116 -
CMYK 0 0.23 0.29 0.36
HSL 12.5º 0.21% 0.55% -
HSV(B) 12.5º 0.29% 0.64% -
XYZ 25.92 24.08 19.8 -
YUV 136.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 164 126 116 0 0.23 0.29 0.36 12.5 0.21 0.55
Hex A4 7E 74 0 17 1D 24 C 15 37
Octal 244 176 164 0 27 35 44 14 25 67
Binary 10100100 1111110 1110100 0 10111 11101 100100 1100 10101 110111

Color Harmonies of #A47E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47E74

Black with #A47E74

Text Example


Text Example

White with #A47E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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