Html Css Color HEX #A47D76 Hemp

📋 copy color: '#A47D76'

red 164 ◦ green 125 ◦ blue 118

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

Shades of Hemp #A47D76

Tints of Hemp #A47D76

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 40.29%
G = 30.71%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A47D76 (or 0xA47D76) is known color: Hemp. HEX triplet: A4, 7D and 76. RGB value is (164,125,118). Sum of RGB (Red+Green+Blue) = 164+125+118=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D76 is #5B8289. Grayscale: #878787. Windows color (decimal): -5997194 or 7765412. OLE color: 7765412.

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

Color convert

RGB 164 125 118 -
CMYK 0 0.24 0.28 0.36
HSL 9.13º 0.2% 0.55% -
HSV(B) 9.13º 0.28% 0.64% -
XYZ 25.91 23.87 20.38 -
YUV 135.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 164 125 118 0 0.24 0.28 0.36 9.13 0.2 0.55
Hex A4 7D 76 0 18 1C 24 9 14 37
Octal 244 175 166 0 30 34 44 11 24 67
Binary 10100100 1111101 1110110 0 11000 11100 100100 1001 10100 110111

Color Harmonies of #A47D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D76

Black with #A47D76

Text Example


Text Example

White with #A47D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D76; }

 p { color: rgb(164,125,118); }

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

background-color css

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

 a { background-color: rgb(164,125,118); }

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

border-color css

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

 span { border-color: rgb(164,125,118); }

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