#A07C83

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

Shades of Turkish Rose #A07C83

Tints of Turkish Rose #A07C83

Color information

#A07C83 (or 0xA07C83) is unknown color: approx Turkish Rose. HEX triplet: A0, 7C and 83. RGB value is (160,124,131). Sum of RGB (Red+Green+Blue) = 160+124+131=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07C83 is #5F837C. Grayscale: #878787. Windows color (decimal): -6259581 or 8617120. OLE color: 8617120.

HSL color Cylindrical-coordinate representation of color #A07C83: hue angle of 348.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A07C83 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB160124131-
CMYK00.220.180.37
HSL348.33º15.93%55.69%-
HSV(B)348.33º22.5%62.75%-
XYZ25.823.5324.65-
YUV135.56125.43145.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=38.55%
G=29.88%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012413100.220.180.37348.3315.9355.69
HexA07C83016122515c1038
Octal24017420302622455342070
Binary101000001111100100000110101101001010010110101110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C83; }

 p { color: rgb(160,124,131); }

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

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

 a { background-color: rgb(160,124,131); }

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

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

 span { border-color: rgb(160,124,131); }

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