#A46B73

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

Shades of Turkish Rose #A46B73

Tints of Turkish Rose #A46B73

Color information

#A46B73 (or 0xA46B73) is unknown color: approx Turkish Rose. HEX triplet: A4, 6B and 73. RGB value is (164,107,115). Sum of RGB (Red+Green+Blue) = 164+107+115=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46B73 is #5B948C. Grayscale: #7C7C7C. Windows color (decimal): -6001805 or 7564196. OLE color: 7564196.

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

Color convert

RGB164107115-
CMYK00.350.300.36
HSL351.58º23.85%53.14%-
HSV(B)351.58º34.76%64.31%-
XYZ23.6619.6518.76-
YUV124.96122.38155.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 107 (42.19% from 255) = 27.72%
BLUE value IS 115 (45.31% from 255) = 29.79%
R=42.49%
G=27.72%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410711500.350.300.36351.5823.8553.14
HexA46B730231E241601835
Octal24415316304336445403065
Binary101001001101011111001101000111111010010010110000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B73; }

 p { color: rgb(164,107,115); }

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

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

 a { background-color: rgb(164,107,115); }

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

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

 span { border-color: rgb(164,107,115); }

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