#A56465

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

Shades of Turkish Rose #A56465

Tints of Turkish Rose #A56465

Color information

#A56465 (or 0xA56465) is unknown color: approx Turkish Rose. HEX triplet: A5, 64 and 65. RGB value is (165,100,101). Sum of RGB (Red+Green+Blue) = 165+100+101=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A56465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56465 is #5A9B9A. Grayscale: #777777. Windows color (decimal): -5938075 or 6644901. OLE color: 6644901.

HSL color Cylindrical-coordinate representation of color #A56465: hue angle of 359.08º degrees, saturation: 0.27, 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 #A56465 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB165100101-
CMYK00.390.390.35
HSL359.08º26.53%51.96%-
HSV(B)359.08º39.39%64.71%-
XYZ22.4218.0514.61-
YUV119.55117.53160.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=45.08%
G=27.32%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510010100.390.390.35359.0826.5351.96
HexA5646502727231671b34
Octal24514414504747435473364
Binary1010010111001001100101010011110011110001110110011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56465; }

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

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

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

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

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

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

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

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