#A56074

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

Shades of Turkish Rose #A56074

Tints of Turkish Rose #A56074

Color information

#A56074 (or 0xA56074) is unknown color: approx Turkish Rose. HEX triplet: A5, 60 and 74. RGB value is (165,96,116). Sum of RGB (Red+Green+Blue) = 165+96+116=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A56074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56074 is #5A9F8B. Grayscale: #767676. Windows color (decimal): -5939084 or 7626917. OLE color: 7626917.

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

Color convert

RGB16596116-
CMYK00.420.300.35
HSL342.61º27.71%51.18%-
HSV(B)342.61º41.82%64.71%-
XYZ22.8517.6318.72-
YUV118.91126.36160.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=43.77%
G=25.46%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659611600.420.300.35342.6127.7151.18
HexA5607402A1E231571c33
Octal24514016405236435273463
Binary101001011100000111010001010101111010001110101011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56074; }

 p { color: rgb(165,96,116); }

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

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

 a { background-color: rgb(165,96,116); }

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

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

 span { border-color: rgb(165,96,116); }

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