#A75F74

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

Shades of Turkish Rose #A75F74

Tints of Turkish Rose #A75F74

Color information

#A75F74 (or 0xA75F74) is unknown color: approx Turkish Rose. HEX triplet: A7, 5F and 74. RGB value is (167,95,116). Sum of RGB (Red+Green+Blue) = 167+95+116=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75F74 is #58A08B. Grayscale: #767676. Windows color (decimal): -5808268 or 7626663. OLE color: 7626663.

HSL color Cylindrical-coordinate representation of color #A75F74: hue angle of 342.5º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A75F74 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16795116-
CMYK00.430.310.35
HSL342.5º29.03%51.37%-
HSV(B)342.5º43.11%65.49%-
XYZ23.1817.6618.71-
YUV118.92126.35162.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 95 (37.5% from 255) = 25.13%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=44.18%
G=25.13%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679511600.430.310.35342.529.0351.37
HexA75F7402B1F231561d33
Octal24713716405337435263563
Binary101001111011111111010001010111111110001110101011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F74; }

 p { color: rgb(167,95,116); }

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

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

 a { background-color: rgb(167,95,116); }

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

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

 span { border-color: rgb(167,95,116); }

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