#A2636F

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

Shades of Turkish Rose #A2636F

Tints of Turkish Rose #A2636F

Color information

#A2636F (or 0xA2636F) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 6F. RGB value is (162,99,111). Sum of RGB (Red+Green+Blue) = 162+99+111=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2636F is #5D9C90. Grayscale: #777777. Windows color (decimal): -6134929 or 7300002. OLE color: 7300002.

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

Color convert

RGB16299111-
CMYK00.390.310.36
HSL348.57º25.3%51.18%-
HSV(B)348.57º38.89%63.53%-
XYZ22.2317.7517.29-
YUV119.2123.37158.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 99 (39.06% from 255) = 26.61%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=43.55%
G=26.61%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629911100.390.310.36348.5725.351.18
HexA2636F0271F2415d1933
Octal24214315704737445353163
Binary101000101100011110111101001111111110010010101110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2636F; }

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

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

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

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

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

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

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

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