Html Css Color HEX #A47A71 Hemp

📋 copy color: '#A47A71'

red 164 ◦ green 122 ◦ blue 113

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

Shades of Hemp #A47A71

Tints of Hemp #A47A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

 BLUE value IS 113 (44.53% from 255) = 28.32%

R = 41.1%
G = 30.58%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A47A71 (or 0xA47A71) is known color: Hemp. HEX triplet: A4, 7A and 71. RGB value is (164,122,113). Sum of RGB (Red+Green+Blue) = 164+122+113=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A71 is #5B858E. Grayscale: #858585. Windows color (decimal): -5997967 or 7436964. OLE color: 7436964.

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

Color convert

RGB 164 122 113 -
CMYK 0 0.26 0.31 0.36
HSL 10.59º 0.22% 0.54% -
HSV(B) 10.59º 0.31% 0.64% -
XYZ 25.25 23 18.73 -
YUV 133.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 164 122 113 0 0.26 0.31 0.36 10.59 0.22 0.54
Hex A4 7A 71 0 1A 1F 24 B 16 36
Octal 244 172 161 0 32 37 44 13 26 66
Binary 10100100 1111010 1110001 0 11010 11111 100100 1011 10110 110110

Color Harmonies of #A47A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A71

Black with #A47A71

Text Example


Text Example

White with #A47A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A71; }

 p { color: rgb(164,122,113); }

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

background-color css

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

 a { background-color: rgb(164,122,113); }

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

border-color css

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

 span { border-color: rgb(164,122,113); }

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