#A55F66

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

Shades of Turkish Rose #A55F66

Tints of Turkish Rose #A55F66

Color information

#A55F66 (or 0xA55F66) is unknown color: approx Turkish Rose. HEX triplet: A5, 5F and 66. RGB value is (165,95,102). Sum of RGB (Red+Green+Blue) = 165+95+102=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F66 is #5AA099. Grayscale: #747474. Windows color (decimal): -5939354 or 6709157. OLE color: 6709157.

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

Color convert

RGB16595102-
CMYK00.420.380.35
HSL354º28%50.98%-
HSV(B)354º42.42%64.71%-
XYZ22.0117.1414.72-
YUV116.73119.69162.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 95 (37.5% from 255) = 26.24%
BLUE value IS 102 (40.23% from 255) = 28.18%
R=45.58%
G=26.24%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659510200.420.380.353542850.98
HexA55F6602A26231621c33
Octal24513714605246435423463
Binary1010010110111111100110010101010011010001110110001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F66; }

 p { color: rgb(165,95,102); }

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

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

 a { background-color: rgb(165,95,102); }

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

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

 span { border-color: rgb(165,95,102); }

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