#A37A74

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

Shades of Hemp #A37A74

Tints of Hemp #A37A74

Color information

#A37A74 (or 0xA37A74) is unknown color: approx Hemp. HEX triplet: A3, 7A and 74. RGB value is (163,122,116). Sum of RGB (Red+Green+Blue) = 163+122+116=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37A74 is #5C858B. Grayscale: #858585. Windows color (decimal): -6063500 or 7633571. OLE color: 7633571.

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

Color convert

RGB163122116-
CMYK00.250.290.36
HSL7.66º20.35%54.71%-
HSV(B)7.66º28.83%63.92%-
XYZ25.2222.9719.63-
YUV133.57118.08148.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=40.65%
G=30.42%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312211600.250.290.367.6620.3554.71
HexA37A740191D2481437
Octal2431721640313544102467
Binary101000111111010111010001100111101100100100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A74; }

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

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

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

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

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

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

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

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