#A2636D

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

Shades of Turkish Rose #A2636D

Tints of Turkish Rose #A2636D

Color information

#A2636D (or 0xA2636D) is unknown color: approx Turkish Rose. HEX triplet: A2, 63 and 6D. RGB value is (162,99,109). Sum of RGB (Red+Green+Blue) = 162+99+109=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2636D is #5D9C92. Grayscale: #767676. Windows color (decimal): -6134931 or 7168930. OLE color: 7168930.

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

Color convert

RGB16299109-
CMYK00.390.330.36
HSL350.48º25.3%51.18%-
HSV(B)350.48º38.89%63.53%-
XYZ22.1217.7116.72-
YUV118.98122.37158.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 99 (39.06% from 255) = 26.76%
BLUE value IS 109 (42.97% from 255) = 29.46%
R=43.78%
G=26.76%
B=29.46%

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
Decimal1629910900.390.330.36350.4825.351.18
HexA2636D027212415e1933
Octal24214315504741445363163
Binary1010001011000111101101010011110000110010010101111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2636D; }

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

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

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

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

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

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

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

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