#A46278

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

Shades of Turkish Rose #A46278

Tints of Turkish Rose #A46278

Color information

#A46278 (or 0xA46278) is unknown color: approx Turkish Rose. HEX triplet: A4, 62 and 78. RGB value is (164,98,120). Sum of RGB (Red+Green+Blue) = 164+98+120=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A46278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46278 is #5B9D87. Grayscale: #787878. Windows color (decimal): -6004104 or 7889572. OLE color: 7889572.

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

Color convert

RGB16498120-
CMYK00.400.270.36
HSL340º26.61%51.37%-
HSV(B)340º40.24%64.31%-
XYZ23.0717.9820.02-
YUV120.24127.87159.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=42.93%
G=25.65%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649812000.400.270.3634026.6151.37
HexA462780281B241541b33
Octal24414217005033445243363
Binary101001001100010111100001010001101110010010101010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46278; }

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

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

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

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

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

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

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

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