#A07C7F

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

Shades of Turkish Rose #A07C7F

Tints of Turkish Rose #A07C7F

Color information

#A07C7F (or 0xA07C7F) is unknown color: approx Turkish Rose. HEX triplet: A0, 7C and 7F. RGB value is (160,124,127). Sum of RGB (Red+Green+Blue) = 160+124+127=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C7F is #5F8380. Grayscale: #878787. Windows color (decimal): -6259585 or 8354976. OLE color: 8354976.

HSL color Cylindrical-coordinate representation of color #A07C7F: hue angle of 355º 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 #A07C7F is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB160124127-
CMYK00.220.210.37
HSL355º15.93%55.69%-
HSV(B)355º22.5%62.75%-
XYZ25.5423.4223.25-
YUV135.11123.43145.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.93%
GREEN value IS 124 (48.83% from 255) = 30.17%
BLUE value IS 127 (50% from 255) = 30.90%
R=38.93%
G=30.17%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16012412700.220.210.3735515.9355.69
HexA07C7F01615251631038
Octal24017417702625455432070
Binary10100000111110011111110101101010110010110110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C7F; }

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

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

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

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

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

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

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

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