#A57A6E

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

Shades of Hemp #A57A6E

Tints of Hemp #A57A6E

Color information

#A57A6E (or 0xA57A6E) is unknown color: approx Hemp. HEX triplet: A5, 7A and 6E. RGB value is (165,122,110). Sum of RGB (Red+Green+Blue) = 165+122+110=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A6E is #5A8591. Grayscale: #858585. Windows color (decimal): -5932434 or 7240357. OLE color: 7240357.

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

Color convert

RGB165122110-
CMYK00.260.330.35
HSL13.09º23.4%53.92%-
HSV(B)13.09º33.33%64.71%-
XYZ25.2923.0417.87-
YUV133.49114.75150.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.56%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=41.56%
G=30.73%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512211000.260.330.3513.0923.453.92
HexA57A6E01A2123d1736
Octal2451721560324143152766
Binary1010010111110101101110011010100001100011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57A6E; }

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

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

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

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

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

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

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

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