#A57B6F

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

Shades of Hemp #A57B6F

Tints of Hemp #A57B6F

Color information

#A57B6F (or 0xA57B6F) is unknown color: approx Hemp. HEX triplet: A5, 7B and 6F. RGB value is (165,123,111). Sum of RGB (Red+Green+Blue) = 165+123+111=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A57B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57B6F is #5A8490. Grayscale: #868686. Windows color (decimal): -5932177 or 7306149. OLE color: 7306149.

HSL color Cylindrical-coordinate representation of color #A57B6F: hue angle of 13.33º 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 #A57B6F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165123111-
CMYK00.250.330.35
HSL13.33º23.08%54.12%-
HSV(B)13.33º32.73%64.71%-
XYZ25.4723.3118.2-
YUV134.19114.91149.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=41.35%
G=30.83%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512311100.250.330.3513.3323.0854.12
HexA57B6F0192123d1736
Octal2451731570314143152766
Binary1010010111110111101111011001100001100011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57B6F; }

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

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

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

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

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

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

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

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