#A5646B

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

Shades of Turkish Rose #A5646B

Tints of Turkish Rose #A5646B

Color information

#A5646B (or 0xA5646B) is unknown color: approx Turkish Rose. HEX triplet: A5, 64 and 6B. RGB value is (165,100,107). Sum of RGB (Red+Green+Blue) = 165+100+107=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A5646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5646B is #5A9B94. Grayscale: #787878. Windows color (decimal): -5938069 or 7038117. OLE color: 7038117.

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

Color convert

RGB165100107-
CMYK00.390.350.35
HSL353.54º26.53%51.96%-
HSV(B)353.54º39.39%64.71%-
XYZ22.7318.1816.22-
YUV120.23120.53159.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=44.35%
G=26.88%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510010700.390.350.35353.5426.5351.96
HexA5646B02723231621b34
Octal24514415304743435423364
Binary1010010111001001101011010011110001110001110110001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5646B; }

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

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

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

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

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

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

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

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