#A46978

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

Shades of Turkish Rose #A46978

Tints of Turkish Rose #A46978

Color information

#A46978 (or 0xA46978) is unknown color: approx Turkish Rose. HEX triplet: A4, 69 and 78. RGB value is (164,105,120). Sum of RGB (Red+Green+Blue) = 164+105+120=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A46978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46978 is #5B9687. Grayscale: #7C7C7C. Windows color (decimal): -6002312 or 7891364. OLE color: 7891364.

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

Color convert

RGB164105120-
CMYK00.360.270.36
HSL344.75º24.48%52.75%-
HSV(B)344.75º35.98%64.31%-
XYZ23.7519.3520.25-
YUV124.35125.55156.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=42.16%
G=26.99%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410512000.360.270.36344.7524.4852.75
HexA469780241B241591835
Octal24415117004433445313065
Binary101001001101001111100001001001101110010010101100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46978; }

 p { color: rgb(164,105,120); }

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

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

 a { background-color: rgb(164,105,120); }

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

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

 span { border-color: rgb(164,105,120); }

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