#A4646E

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

Shades of Turkish Rose #A4646E

Tints of Turkish Rose #A4646E

Color information

#A4646E (or 0xA4646E) is unknown color: approx Turkish Rose. HEX triplet: A4, 64 and 6E. RGB value is (164,100,110). Sum of RGB (Red+Green+Blue) = 164+100+110=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4646E is #5B9B91. Grayscale: #787878. Windows color (decimal): -6003602 or 7234724. OLE color: 7234724.

HSL color Cylindrical-coordinate representation of color #A4646E: hue angle of 350.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4646E is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB164100110-
CMYK00.390.330.36
HSL350.62º26.02%51.76%-
HSV(B)350.62º39.02%64.31%-
XYZ22.6818.1317.06-
YUV120.28122.2159.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=43.85%
G=26.74%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410011000.390.330.36350.6226.0251.76
HexA4646E027212415f1a34
Octal24414415604741445373264
Binary1010010011001001101110010011110000110010010101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4646E; }

 p { color: rgb(164,100,110); }

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

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

 a { background-color: rgb(164,100,110); }

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

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

 span { border-color: rgb(164,100,110); }

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