#A2606B

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

Shades of Turkish Rose #A2606B

Tints of Turkish Rose #A2606B

Color information

#A2606B (or 0xA2606B) is unknown color: approx Turkish Rose. HEX triplet: A2, 60 and 6B. RGB value is (162,96,107). Sum of RGB (Red+Green+Blue) = 162+96+107=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A2606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2606B is #5D9F94. Grayscale: #757575. Windows color (decimal): -6135701 or 7037090. OLE color: 7037090.

HSL color Cylindrical-coordinate representation of color #A2606B: hue angle of 350º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2606B is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16296107-
CMYK00.410.340.36
HSL350º26.19%50.59%-
HSV(B)350º40.74%63.53%-
XYZ21.7417.1116.07-
YUV116.99122.37160.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=44.38%
G=26.30%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629610700.410.340.3635026.1950.59
HexA2606B029222415e1a33
Octal24214015305142445363263
Binary1010001011000001101011010100110001010010010101111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2606B; }

 p { color: rgb(162,96,107); }

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

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

 a { background-color: rgb(162,96,107); }

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

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

 span { border-color: rgb(162,96,107); }

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