#A47A74

Color #A47A74 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #A47A74

Tints of Hemp #A47A74

Color information

#A47A74 (or 0xA47A74) is unknown color: approx Hemp. HEX triplet: A4, 7A and 74. RGB value is (164,122,116). Sum of RGB (Red+Green+Blue) = 164+122+116=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47A74 is #5B858B. Grayscale: #858585. Windows color (decimal): -5997964 or 7633572. OLE color: 7633572.

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

Color convert

RGB164122116-
CMYK00.260.290.36
HSL7.5º20.87%54.9%-
HSV(B)7.5º29.27%64.31%-
XYZ25.4223.0719.64-
YUV133.87117.91149.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=40.80%
G=30.35%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412211600.260.290.367.520.8754.9
HexA47A7401A1D2471537
Octal244172164032354472567
Binary10100100111101011101000110101110110010011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A74; }

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

 H1.HeaderClassName
 {
   color: #A47A74;
 }
 .AnyTagClassName
 {
   color: #A47A74;
 }
</style>
background-color css

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

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

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

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

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

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