#A86277

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

Shades of Turkish Rose #A86277

Tints of Turkish Rose #A86277

Color information

#A86277 (or 0xA86277) is unknown color: approx Turkish Rose. HEX triplet: A8, 62 and 77. RGB value is (168,98,119). Sum of RGB (Red+Green+Blue) = 168+98+119=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A86277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86277 is #579D88. Grayscale: #797979. Windows color (decimal): -5741961 or 7824040. OLE color: 7824040.

HSL color Cylindrical-coordinate representation of color #A86277: hue angle of 342º 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 #A86277 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB16898119-
CMYK00.420.290.34
HSL342º28.69%52.16%-
HSV(B)342º41.67%65.88%-
XYZ23.8518.3919.75-
YUV121.32126.69161.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=43.64%
G=25.45%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689811900.420.290.3434228.6952.16
HexA8627702A1D221561d34
Octal25014216705235425263564
Binary101010001100010111011101010101110110001010101011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86277; }

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

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

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

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

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

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

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

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