#A55F62

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

Shades of Turkish Rose #A55F62

Tints of Turkish Rose #A55F62

Color information

#A55F62 (or 0xA55F62) is unknown color: approx Turkish Rose. HEX triplet: A5, 5F and 62. RGB value is (165,95,98). Sum of RGB (Red+Green+Blue) = 165+95+98=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F62 is #5AA09D. Grayscale: #747474. Windows color (decimal): -5939358 or 6447013. OLE color: 6447013.

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

Color convert

RGB1659598-
CMYK00.420.410.35
HSL357.43º28%50.98%-
HSV(B)357.43º42.42%64.71%-
XYZ21.8117.0713.7-
YUV116.27117.69162.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=46.09%
G=26.54%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165959800.420.410.35357.432850.98
HexA55F6202A29231651c33
Octal24513714205251435453463
Binary1010010110111111100010010101010100110001110110010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F62; }

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

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

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

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

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

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

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

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