#A46876

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

Shades of Turkish Rose #A46876

Tints of Turkish Rose #A46876

Color information

#A46876 (or 0xA46876) is unknown color: approx Turkish Rose. HEX triplet: A4, 68 and 76. RGB value is (164,104,118). Sum of RGB (Red+Green+Blue) = 164+104+118=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A46876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46876 is #5B9789. Grayscale: #7B7B7B. Windows color (decimal): -6002570 or 7760036. OLE color: 7760036.

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

Color convert

RGB164104118-
CMYK00.370.280.36
HSL346º24.79%52.55%-
HSV(B)346º36.59%64.31%-
XYZ23.5319.119.59-
YUV123.54124.88156.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=42.49%
G=26.94%
B=30.57%

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
Decimal16410411800.370.280.3634624.7952.55
HexA468760251C2415a1935
Octal24415016604534445323165
Binary101001001101000111011001001011110010010010101101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46876; }

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

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

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

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

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

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

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

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