#A56569

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

Shades of Turkish Rose #A56569

Tints of Turkish Rose #A56569

Color information

#A56569 (or 0xA56569) is unknown color: approx Turkish Rose. HEX triplet: A5, 65 and 69. RGB value is (165,101,105). Sum of RGB (Red+Green+Blue) = 165+101+105=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A56569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56569 is #5A9A96. Grayscale: #787878. Windows color (decimal): -5937815 or 6907301. OLE color: 6907301.

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

Color convert

RGB165101105-
CMYK00.390.360.35
HSL356.25º26.23%52.16%-
HSV(B)356.25º38.79%64.71%-
XYZ22.7218.3315.7-
YUV120.59119.2159.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=44.47%
G=27.22%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510110500.390.360.35356.2526.2352.16
HexA5656902724231641a34
Octal24514515104744435443264
Binary1010010111001011101001010011110010010001110110010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56569; }

 p { color: rgb(165,101,105); }

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

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

 a { background-color: rgb(165,101,105); }

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

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

 span { border-color: rgb(165,101,105); }

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