#A2636C

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

Shades of Turkish Rose #A2636C

Tints of Turkish Rose #A2636C

Color information

#A2636C (or 0xA2636C) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 6C. RGB value is (162,99,108). Sum of RGB (Red+Green+Blue) = 162+99+108=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2636C is #5D9C93. Grayscale: #767676. Windows color (decimal): -6134932 or 7103394. OLE color: 7103394.

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

Color convert

RGB16299108-
CMYK00.390.330.36
HSL351.43º25.3%51.18%-
HSV(B)351.43º38.89%63.53%-
XYZ22.0717.6916.44-
YUV118.86121.87158.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=43.90%
G=26.83%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629910800.390.330.36351.4325.351.18
HexA2636C027212415f1933
Octal24214315404741445373163
Binary1010001011000111101100010011110000110010010101111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2636C; }

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

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

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

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

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

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

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

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