#A55F6F

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

Shades of Turkish Rose #A55F6F

Tints of Turkish Rose #A55F6F

Color information

#A55F6F (or 0xA55F6F) is unknown color: approx Turkish Rose. HEX triplet: A5, 5F and 6F. RGB value is (165,95,111). Sum of RGB (Red+Green+Blue) = 165+95+111=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F6F is #5AA090. Grayscale: #757575. Windows color (decimal): -5939345 or 7298981. OLE color: 7298981.

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

Color convert

RGB16595111-
CMYK00.420.330.35
HSL346.29º28%50.98%-
HSV(B)346.29º42.42%64.71%-
XYZ22.4817.3317.2-
YUV117.75124.19161.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=44.47%
G=25.61%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659511100.420.330.35346.292850.98
HexA55F6F02A212315a1c33
Octal24513715705241435323463
Binary1010010110111111101111010101010000110001110101101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F6F; }

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

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

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

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

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

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

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

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