#A56069

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

Shades of Turkish Rose #A56069

Tints of Turkish Rose #A56069

Color information

#A56069 (or 0xA56069) is unknown color: approx Turkish Rose. HEX triplet: A5, 60 and 69. RGB value is (165,96,105). Sum of RGB (Red+Green+Blue) = 165+96+105=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A56069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56069 is #5A9F96. Grayscale: #757575. Windows color (decimal): -5939095 or 6906021. OLE color: 6906021.

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

Color convert

RGB16596105-
CMYK00.420.360.35
HSL352.17º27.71%51.18%-
HSV(B)352.17º41.82%64.71%-
XYZ22.2517.3815.55-
YUV117.66120.86161.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=45.08%
G=26.23%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659610500.420.360.35352.1727.7151.18
HexA5606902A24231601c33
Octal24514015105244435403463
Binary1010010111000001101001010101010010010001110110000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56069; }

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

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

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

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

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

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

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

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