#A87273

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

Shades of Turkish Rose #A87273

Tints of Turkish Rose #A87273

Color information

#A87273 (or 0xA87273) is unknown color: approx Turkish Rose. HEX triplet: A8, 72 and 73. RGB value is (168,114,115). Sum of RGB (Red+Green+Blue) = 168+114+115=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A87273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87273 is #578D8C. Grayscale: #828282. Windows color (decimal): -5737869 or 7565992. OLE color: 7565992.

HSL color Cylindrical-coordinate representation of color #A87273: hue angle of 358.89º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87273 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB168114115-
CMYK00.320.320.34
HSL358.89º23.68%55.29%-
HSV(B)358.89º32.14%65.88%-
XYZ25.2621.619.06-
YUV130.26119.39154.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=42.32%
G=28.72%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811411500.320.320.34358.8923.6855.29
HexA8727302020221671837
Octal25016216304040425473067
Binary1010100011100101110011010000010000010001010110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87273; }

 p { color: rgb(168,114,115); }

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

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

 a { background-color: rgb(168,114,115); }

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

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

 span { border-color: rgb(168,114,115); }

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