#A46668

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

Shades of Turkish Rose #A46668

Tints of Turkish Rose #A46668

Color information

#A46668 (or 0xA46668) is unknown color: approx Turkish Rose. HEX triplet: A4, 66 and 68. RGB value is (164,102,104). Sum of RGB (Red+Green+Blue) = 164+102+104=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A46668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46668 is #5B9997. Grayscale: #787878. Windows color (decimal): -6003096 or 6842020. OLE color: 6842020.

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

Color convert

RGB164102104-
CMYK00.380.370.36
HSL358.06º25.41%52.16%-
HSV(B)358.06º37.8%64.31%-
XYZ22.5618.3915.46-
YUV120.77118.54158.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=44.32%
G=27.57%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410210400.380.370.36358.0625.4152.16
HexA4666802625241661934
Octal24414615004645445463164
Binary1010010011001101101000010011010010110010010110011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46668; }

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

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

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

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

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

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

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

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