#A46168

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

Shades of Turkish Rose #A46168

Tints of Turkish Rose #A46168

Color information

#A46168 (or 0xA46168) is unknown color: approx Turkish Rose. HEX triplet: A4, 61 and 68. RGB value is (164,97,104). Sum of RGB (Red+Green+Blue) = 164+97+104=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A46168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46168 is #5B9E97. Grayscale: #757575. Windows color (decimal): -6004376 or 6840740. OLE color: 6840740.

HSL color Cylindrical-coordinate representation of color #A46168: hue angle of 353.73º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46168 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16497104-
CMYK00.410.370.36
HSL353.73º26.91%51.18%-
HSV(B)353.73º40.85%64.31%-
XYZ22.0817.4415.3-
YUV117.83120.2160.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=44.93%
G=26.58%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649710400.410.370.36353.7326.9151.18
HexA4616802925241621b33
Octal24414115005145445423363
Binary1010010011000011101000010100110010110010010110001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46168; }

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

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

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

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

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

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

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

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