#A46A6F

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

Shades of Turkish Rose #A46A6F

Tints of Turkish Rose #A46A6F

Color information

#A46A6F (or 0xA46A6F) is unknown color: approx Turkish Rose. HEX triplet: A4, 6A and 6F. RGB value is (164,106,111). Sum of RGB (Red+Green+Blue) = 164+106+111=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A6F is #5B9590. Grayscale: #7B7B7B. Windows color (decimal): -6002065 or 7301796. OLE color: 7301796.

HSL color Cylindrical-coordinate representation of color #A46A6F: hue angle of 354.83º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A6F is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164106111-
CMYK00.350.320.36
HSL354.83º24.17%52.94%-
HSV(B)354.83º35.37%64.31%-
XYZ23.3319.3517.54-
YUV123.91120.72156.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=43.04%
G=27.82%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410611100.350.320.36354.8324.1752.94
HexA46A6F02320241631835
Octal24415215704340445433065
Binary1010010011010101101111010001110000010010010110001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A6F; }

 p { color: rgb(164,106,111); }

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

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

 a { background-color: rgb(164,106,111); }

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

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

 span { border-color: rgb(164,106,111); }

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