Html Css Color HEX #A47C74 Hemp

📋 copy color: '#A47C74'

red 164 ◦ green 124 ◦ blue 116

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

Shades of Hemp #A47C74

Tints of Hemp #A47C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.69%

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

R = 40.59%
G = 30.69%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47C74 (or 0xA47C74) is known color: Hemp. HEX triplet: A4, 7C and 74. RGB value is (164,124,116). Sum of RGB (Red+Green+Blue) = 164+124+116=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47C74 is #5B838B. Grayscale: #878787. Windows color (decimal): -5997452 or 7634084. OLE color: 7634084.

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

Color convert

RGB 164 124 116 -
CMYK 0 0.24 0.29 0.36
HSL 10º 0.21% 0.55% -
HSV(B) 10º 0.29% 0.64% -
XYZ 25.67 23.57 19.72 -
YUV 135.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 164 124 116 0 0.24 0.29 0.36 10 0.21 0.55
Hex A4 7C 74 0 18 1D 24 A 15 37
Octal 244 174 164 0 30 35 44 12 25 67
Binary 10100100 1111100 1110100 0 11000 11101 100100 1010 10101 110111

Color Harmonies of #A47C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47C74

Black with #A47C74

Text Example


Text Example

White with #A47C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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