#A4666C

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

Shades of Turkish Rose #A4666C

Tints of Turkish Rose #A4666C

Color information

#A4666C (or 0xA4666C) is unknown color: approx Turkish Rose. HEX triplet: A4, 66 and 6C. RGB value is (164,102,108). Sum of RGB (Red+Green+Blue) = 164+102+108=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4666C is #5B9993. Grayscale: #797979. Windows color (decimal): -6003092 or 7104164. OLE color: 7104164.

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

Color convert

RGB164102108-
CMYK00.380.340.36
HSL354.19º25.41%52.16%-
HSV(B)354.19º37.8%64.31%-
XYZ22.7718.4816.55-
YUV121.22120.54158.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 108 (42.58% from 255) = 28.88%
R=43.85%
G=27.27%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410210800.380.340.36354.1925.4152.16
HexA4666C02622241621934
Octal24414615404642445423164
Binary1010010011001101101100010011010001010010010110001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4666C; }

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

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

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

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

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

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

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

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