#A46776

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

Shades of Turkish Rose #A46776

Tints of Turkish Rose #A46776

Color information

#A46776 (or 0xA46776) is unknown color: approx Turkish Rose. HEX triplet: A4, 67 and 76. RGB value is (164,103,118). Sum of RGB (Red+Green+Blue) = 164+103+118=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A46776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46776 is #5B9889. Grayscale: #7A7A7A. Windows color (decimal): -6002826 or 7759780. OLE color: 7759780.

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

Color convert

RGB164103118-
CMYK00.370.280.36
HSL345.25º25.1%52.35%-
HSV(B)345.25º37.2%64.31%-
XYZ23.4318.919.55-
YUV122.95125.21157.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=42.60%
G=26.75%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410311800.370.280.36345.2525.152.35
HexA467760251C241591934
Octal24414716604534445313164
Binary101001001100111111011001001011110010010010101100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46776; }

 p { color: rgb(164,103,118); }

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

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

 a { background-color: rgb(164,103,118); }

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

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

 span { border-color: rgb(164,103,118); }

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