#A0656A

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

Shades of Turkish Rose #A0656A

Tints of Turkish Rose #A0656A

Color information

#A0656A (or 0xA0656A) is unknown color: approx Turkish Rose. HEX triplet: A0, 65 and 6A. RGB value is (160,101,106). Sum of RGB (Red+Green+Blue) = 160+101+106=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0656A is #5F9A95. Grayscale: #777777. Windows color (decimal): -6265494 or 6972832. OLE color: 6972832.

HSL color Cylindrical-coordinate representation of color #A0656A: hue angle of 354.92º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0656A is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB160101106-
CMYK00.370.340.37
HSL354.92º23.69%51.18%-
HSV(B)354.92º36.88%62.75%-
XYZ21.7517.8215.93-
YUV119.21120.55157.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 106 (41.80% from 255) = 28.88%
R=43.60%
G=27.52%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010110600.370.340.37354.9223.6951.18
HexA0656A02522251631833
Octal24014515204542455433063
Binary1010000011001011101010010010110001010010110110001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0656A; }

 p { color: rgb(160,101,106); }

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

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

 a { background-color: rgb(160,101,106); }

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

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

 span { border-color: rgb(160,101,106); }

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