#A2606A

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

Shades of Turkish Rose #A2606A

Tints of Turkish Rose #A2606A

Color information

#A2606A (or 0xA2606A) is unknown color: approx Turkish Rose. HEX triplet: A2, 60 and 6A. RGB value is (162,96,106). Sum of RGB (Red+Green+Blue) = 162+96+106=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A2606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2606A is #5D9F95. Grayscale: #747474. Windows color (decimal): -6135702 or 6971554. OLE color: 6971554.

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

Color convert

RGB16296106-
CMYK00.410.350.36
HSL350.91º26.19%50.59%-
HSV(B)350.91º40.74%63.53%-
XYZ21.6817.0915.79-
YUV116.87121.87160.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=44.51%
G=26.37%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629610600.410.350.36350.9126.1950.59
HexA2606A029232415f1a33
Octal24214015205143445373263
Binary1010001011000001101010010100110001110010010101111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2606A; }

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

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

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

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

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

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

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

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