#A4667A

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

Shades of Turkish Rose #A4667A

Tints of Turkish Rose #A4667A

Color information

#A4667A (or 0xA4667A) is unknown color: approx Turkish Rose. HEX triplet: A4, 66 and 7A. RGB value is (164,102,122). Sum of RGB (Red+Green+Blue) = 164+102+122=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A4667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4667A is #5B9985. Grayscale: #7A7A7A. Windows color (decimal): -6003078 or 8021668. OLE color: 8021668.

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

Color convert

RGB164102122-
CMYK00.380.260.36
HSL340.65º25.41%52.16%-
HSV(B)340.65º37.8%64.31%-
XYZ23.5718.820.8-
YUV122.82127.54157.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=42.27%
G=26.29%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410212200.380.260.36340.6525.4152.16
HexA4667A0261A241551934
Octal24414617204632445253164
Binary101001001100110111101001001101101010010010101010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4667A; }

 p { color: rgb(164,102,122); }

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

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

 a { background-color: rgb(164,102,122); }

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

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

 span { border-color: rgb(164,102,122); }

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