#A56072

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

Shades of Turkish Rose #A56072

Tints of Turkish Rose #A56072

Color information

#A56072 (or 0xA56072) is unknown color: approx Turkish Rose. HEX triplet: A5, 60 and 72. RGB value is (165,96,114). Sum of RGB (Red+Green+Blue) = 165+96+114=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A56072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56072 is #5A9F8D. Grayscale: #767676. Windows color (decimal): -5939086 or 7495845. OLE color: 7495845.

HSL color Cylindrical-coordinate representation of color #A56072: hue angle of 344.35º 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 #A56072 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16596114-
CMYK00.420.310.35
HSL344.35º27.71%51.18%-
HSV(B)344.35º41.82%64.71%-
XYZ22.7417.5818.11-
YUV118.68125.36161.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=44%
G=25.6%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659611400.420.310.35344.3527.7151.18
HexA5607202A1F231581c33
Octal24514016205237435303463
Binary101001011100000111001001010101111110001110101100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56072; }

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

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

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

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

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

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

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

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