#A57D6F

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

Shades of Hemp #A57D6F

Tints of Hemp #A57D6F

Color information

#A57D6F (or 0xA57D6F) is unknown color: approx Hemp. HEX triplet: A5, 7D and 6F. RGB value is (165,125,111). Sum of RGB (Red+Green+Blue) = 165+125+111=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A57D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57D6F is #5A8290. Grayscale: #878787. Windows color (decimal): -5931665 or 7306661. OLE color: 7306661.

HSL color Cylindrical-coordinate representation of color #A57D6F: hue angle of 15.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A57D6F is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165125111-
CMYK00.240.330.35
HSL15.56º23.08%54.12%-
HSV(B)15.56º32.73%64.71%-
XYZ25.7223.8118.28-
YUV135.36114.25149.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=41.15%
G=31.17%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512511100.240.330.3515.5623.0854.12
HexA57D6F0182123101736
Octal2451751570304143202766
Binary10100101111110111011110110001000011000111000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57D6F; }

 p { color: rgb(165,125,111); }

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

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

 a { background-color: rgb(165,125,111); }

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

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

 span { border-color: rgb(165,125,111); }

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