#A07375

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

Shades of Turkish Rose #A07375

Tints of Turkish Rose #A07375

Color information

#A07375 (or 0xA07375) is unknown color: approx Turkish Rose. HEX triplet: A0, 73 and 75. RGB value is (160,115,117). Sum of RGB (Red+Green+Blue) = 160+115+117=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07375 is #5F8C8A. Grayscale: #808080. Windows color (decimal): -6261899 or 7697312. OLE color: 7697312.

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

Color convert

RGB160115117-
CMYK00.280.270.37
HSL357.33º19.15%53.92%-
HSV(B)357.33º28.12%62.75%-
XYZ23.8421.0219.63-
YUV128.68121.41150.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.82%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=40.82%
G=29.34%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011511700.280.270.37357.3319.1553.92
HexA0737501C1B251651336
Octal24016316503433455452366
Binary10100000111001111101010111001101110010110110010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07375; }

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

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

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

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

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

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

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

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