#A87073

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

Shades of Turkish Rose #A87073

Tints of Turkish Rose #A87073

Color information

#A87073 (or 0xA87073) is unknown color: approx Turkish Rose. HEX triplet: A8, 70 and 73. RGB value is (168,112,115). Sum of RGB (Red+Green+Blue) = 168+112+115=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A87073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87073 is #578F8C. Grayscale: #818181. Windows color (decimal): -5738381 or 7565480. OLE color: 7565480.

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

Color convert

RGB168112115-
CMYK00.330.320.34
HSL356.79º24.35%54.9%-
HSV(B)356.79º33.33%65.88%-
XYZ25.0421.1518.98-
YUV129.09120.05155.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.53%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 115 (45.31% from 255) = 29.11%
R=42.53%
G=28.35%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811211500.330.320.34356.7924.3554.9
HexA8707302120221651837
Octal25016016304140425453067
Binary1010100011100001110011010000110000010001010110010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87073; }

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

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

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

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

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

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

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

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