#A86276

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

Shades of Turkish Rose #A86276

Tints of Turkish Rose #A86276

Color information

#A86276 (or 0xA86276) is unknown color: approx Turkish Rose. HEX triplet: A8, 62 and 76. RGB value is (168,98,118). Sum of RGB (Red+Green+Blue) = 168+98+118=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A86276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86276 is #579D89. Grayscale: #797979. Windows color (decimal): -5741962 or 7758504. OLE color: 7758504.

HSL color Cylindrical-coordinate representation of color #A86276: hue angle of 342.86º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86276 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16898118-
CMYK00.420.300.34
HSL342.86º28.69%52.16%-
HSV(B)342.86º41.67%65.88%-
XYZ23.7918.3719.43-
YUV121.21126.19161.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=43.75%
G=25.52%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689811800.420.300.34342.8628.6952.16
HexA8627602A1E221571d34
Octal25014216605236425273564
Binary101010001100010111011001010101111010001010101011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86276; }

 p { color: rgb(168,98,118); }

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

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

 a { background-color: rgb(168,98,118); }

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

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

 span { border-color: rgb(168,98,118); }

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