#A2606D

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

Shades of Turkish Rose #A2606D

Tints of Turkish Rose #A2606D

Color information

#A2606D (or 0xA2606D) is unknown color: approx Turkish Rose. HEX triplet: A2, 60 and 6D. RGB value is (162,96,109). Sum of RGB (Red+Green+Blue) = 162+96+109=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A2606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2606D is #5D9F92. Grayscale: #757575. Windows color (decimal): -6135699 or 7168162. OLE color: 7168162.

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

Color convert

RGB16296109-
CMYK00.410.330.36
HSL348.18º26.19%50.59%-
HSV(B)348.18º40.74%63.53%-
XYZ21.8417.1516.63-
YUV117.22123.37159.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=44.14%
G=26.16%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629610900.410.330.36348.1826.1950.59
HexA2606D029212415c1a33
Octal24214015505141445343263
Binary1010001011000001101101010100110000110010010101110011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2606D; }

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

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

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

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

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

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

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

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