#A5646D

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

Shades of Turkish Rose #A5646D

Tints of Turkish Rose #A5646D

Color information

#A5646D (or 0xA5646D) is unknown color: approx Turkish Rose. HEX triplet: A5, 64 and 6D. RGB value is (165,100,109). Sum of RGB (Red+Green+Blue) = 165+100+109=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A5646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5646D is #5A9B92. Grayscale: #787878. Windows color (decimal): -5938067 or 7169189. OLE color: 7169189.

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

Color convert

RGB165100109-
CMYK00.390.340.35
HSL351.69º26.53%51.96%-
HSV(B)351.69º39.39%64.71%-
XYZ22.8318.2216.78-
YUV120.46121.53159.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=44.12%
G=26.74%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510010900.390.340.35351.6926.5351.96
HexA5646D02722231601b34
Octal24514415504742435403364
Binary1010010111001001101101010011110001010001110110000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5646D; }

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

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

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

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

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

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

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

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