#A87378

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

Shades of Turkish Rose #A87378

Tints of Turkish Rose #A87378

Color information

#A87378 (or 0xA87378) is unknown color: approx Turkish Rose. HEX triplet: A8, 73 and 78. RGB value is (168,115,120). Sum of RGB (Red+Green+Blue) = 168+115+120=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A87378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87378 is #578C87. Grayscale: #838383. Windows color (decimal): -5737608 or 7893928. OLE color: 7893928.

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

Color convert

RGB168115120-
CMYK00.320.290.34
HSL354.34º23.35%55.49%-
HSV(B)354.34º31.55%65.88%-
XYZ25.6721.9420.65-
YUV131.42121.56154.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=41.69%
G=28.54%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811512000.320.290.34354.3423.3555.49
HexA873780201D221621737
Octal25016317004035425422767
Binary101010001110011111100001000001110110001010110001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87378; }

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

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

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

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

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

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

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

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