#A56067

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

Shades of Turkish Rose #A56067

Tints of Turkish Rose #A56067

Color information

#A56067 (or 0xA56067) is unknown color: approx Turkish Rose. HEX triplet: A5, 60 and 67. RGB value is (165,96,103). Sum of RGB (Red+Green+Blue) = 165+96+103=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A56067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56067 is #5A9F98. Grayscale: #757575. Windows color (decimal): -5939097 or 6774949. OLE color: 6774949.

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

Color convert

RGB16596103-
CMYK00.420.380.35
HSL353.91º27.71%51.18%-
HSV(B)353.91º41.82%64.71%-
XYZ22.1517.3415.01-
YUV117.43119.86161.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=45.33%
G=26.37%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659610300.420.380.35353.9127.7151.18
HexA5606702A26231621c33
Octal24514014705246435423463
Binary1010010111000001100111010101010011010001110110001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56067; }

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

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

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

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

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

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

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

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