#A2636E

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

Shades of Turkish Rose #A2636E

Tints of Turkish Rose #A2636E

Color information

#A2636E (or 0xA2636E) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 6E. RGB value is (162,99,110). Sum of RGB (Red+Green+Blue) = 162+99+110=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2636E is #5D9C91. Grayscale: #777777. Windows color (decimal): -6134930 or 7234466. OLE color: 7234466.

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

Color convert

RGB16299110-
CMYK00.390.320.36
HSL349.52º25.3%51.18%-
HSV(B)349.52º38.89%63.53%-
XYZ22.1817.7317.01-
YUV119.09122.87158.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=43.67%
G=26.68%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629911000.390.320.36349.5225.351.18
HexA2636E027202415e1933
Octal24214315604740445363163
Binary1010001011000111101110010011110000010010010101111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2636E; }

 p { color: rgb(162,99,110); }

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

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

 a { background-color: rgb(162,99,110); }

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

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

 span { border-color: rgb(162,99,110); }

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