#A07275

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

Shades of Turkish Rose #A07275

Tints of Turkish Rose #A07275

Color information

#A07275 (or 0xA07275) is unknown color: approx Turkish Rose. HEX triplet: A0, 72 and 75. RGB value is (160,114,117). Sum of RGB (Red+Green+Blue) = 160+114+117=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A07275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07275 is #5F8D8A. Grayscale: #808080. Windows color (decimal): -6262155 or 7697056. OLE color: 7697056.

HSL color Cylindrical-coordinate representation of color #A07275: hue angle of 356.09º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07275 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB160114117-
CMYK00.290.270.37
HSL356.09º19.49%53.73%-
HSV(B)356.09º28.75%62.75%-
XYZ23.7320.7919.59-
YUV128.1121.74150.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=40.92%
G=29.16%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011411700.290.270.37356.0919.4953.73
HexA0727501D1B251641336
Octal24016216503533455442366
Binary10100000111001011101010111011101110010110110010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07275; }

 p { color: rgb(160,114,117); }

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

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

 a { background-color: rgb(160,114,117); }

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

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

 span { border-color: rgb(160,114,117); }

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