#A57A6C

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

Shades of Hemp #A57A6C

Tints of Hemp #A57A6C

Color information

#A57A6C (or 0xA57A6C) is unknown color: approx Hemp. HEX triplet: A5, 7A and 6C. RGB value is (165,122,108). Sum of RGB (Red+Green+Blue) = 165+122+108=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A6C is #5A8593. Grayscale: #858585. Windows color (decimal): -5932436 or 7109285. OLE color: 7109285.

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

Color convert

RGB165122108-
CMYK00.260.350.35
HSL14.74º24.05%53.53%-
HSV(B)14.74º34.55%64.71%-
XYZ25.182317.3-
YUV133.26113.75150.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=41.77%
G=30.89%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512210800.260.350.3514.7424.0553.53
HexA57A6C01A2323f1836
Octal2451721540324343173066
Binary1010010111110101101100011010100011100011111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A6C; }

 p { color: rgb(165,122,108); }

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

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

 a { background-color: rgb(165,122,108); }

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

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

 span { border-color: rgb(165,122,108); }

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