#A86479

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

Shades of Turkish Rose #A86479

Tints of Turkish Rose #A86479

Color information

#A86479 (or 0xA86479) is unknown color: approx Turkish Rose. HEX triplet: A8, 64 and 79. RGB value is (168,100,121). Sum of RGB (Red+Green+Blue) = 168+100+121=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A86479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86479 is #579B86. Grayscale: #7A7A7A. Windows color (decimal): -5741447 or 7955624. OLE color: 7955624.

HSL color Cylindrical-coordinate representation of color #A86479: hue angle of 341.47º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86479 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB168100121-
CMYK00.400.280.34
HSL341.47º28.1%52.55%-
HSV(B)341.47º40.48%65.88%-
XYZ24.1618.8220.45-
YUV122.73127.03160.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.19%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=43.19%
G=25.71%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810012100.400.280.34341.4728.152.55
HexA864790281C221551c35
Octal25014417105034425253465
Binary101010001100100111100101010001110010001010101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86479; }

 p { color: rgb(168,100,121); }

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

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

 a { background-color: rgb(168,100,121); }

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

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

 span { border-color: rgb(168,100,121); }

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