#A2636B

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

Shades of Turkish Rose #A2636B

Tints of Turkish Rose #A2636B

Color information

#A2636B (or 0xA2636B) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 6B. RGB value is (162,99,107). Sum of RGB (Red+Green+Blue) = 162+99+107=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A2636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2636B is #5D9C94. Grayscale: #767676. Windows color (decimal): -6134933 or 7037858. OLE color: 7037858.

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

Color convert

RGB16299107-
CMYK00.390.340.36
HSL352.38º25.3%51.18%-
HSV(B)352.38º38.89%63.53%-
XYZ22.0217.6716.16-
YUV118.75121.37158.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=44.02%
G=26.90%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629910700.390.340.36352.3825.351.18
HexA2636B02722241601933
Octal24214315304742445403163
Binary1010001011000111101011010011110001010010010110000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2636B; }

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

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

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

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

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

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

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

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