#A56B6F

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

Shades of Turkish Rose #A56B6F

Tints of Turkish Rose #A56B6F

Color information

#A56B6F (or 0xA56B6F) is unknown color: approx Turkish Rose. HEX triplet: A5, 6B and 6F. RGB value is (165,107,111). Sum of RGB (Red+Green+Blue) = 165+107+111=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B6F is #5A9490. Grayscale: #7C7C7C. Windows color (decimal): -5936273 or 7302053. OLE color: 7302053.

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

Color convert

RGB165107111-
CMYK00.350.330.35
HSL355.86º24.37%53.33%-
HSV(B)355.86º35.15%64.71%-
XYZ23.6419.6617.59-
YUV124.8120.22156.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=43.08%
G=27.94%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510711100.350.330.35355.8624.3753.33
HexA56B6F02321231641835
Octal24515315704341435443065
Binary1010010111010111101111010001110000110001110110010011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56B6F; }

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

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

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

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

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

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

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

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