Html Css Color HEX #A47F74 Hemp

📋 copy color: '#A47F74'

red 164 ◦ green 127 ◦ blue 116

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

Shades of Hemp #A47F74

Tints of Hemp #A47F74

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

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

R = 40.29%
G = 31.2%
B = 28.5%

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

#A47F74 (or 0xA47F74) is known color: Hemp. HEX triplet: A4, 7F and 74. RGB value is (164,127,116). Sum of RGB (Red+Green+Blue) = 164+127+116=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47F74 is #5B808B. Grayscale: #888888. Windows color (decimal): -5996684 or 7634852. OLE color: 7634852.

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

Color convert

RGB 164 127 116 -
CMYK 0 0.23 0.29 0.36
HSL 13.75º 0.21% 0.55% -
HSV(B) 13.75º 0.29% 0.64% -
XYZ 26.05 24.33 19.85 -
YUV 136.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 164 127 116 0 0.23 0.29 0.36 13.75 0.21 0.55
Hex A4 7F 74 0 17 1D 24 E 15 37
Octal 244 177 164 0 27 35 44 16 25 67
Binary 10100100 1111111 1110100 0 10111 11101 100100 1110 10101 110111

Color Harmonies of #A47F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F74

Black with #A47F74

Text Example


Text Example

White with #A47F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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