#A2656C

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

Shades of Turkish Rose #A2656C

Tints of Turkish Rose #A2656C

Color information

#A2656C (or 0xA2656C) is unknown color: approx Turkish Rose. HEX triplet: A2, 65 and 6C. RGB value is (162,101,108). Sum of RGB (Red+Green+Blue) = 162+101+108=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2656C is #5D9A93. Grayscale: #787878. Windows color (decimal): -6134420 or 7103906. OLE color: 7103906.

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

Color convert

RGB162101108-
CMYK00.380.330.36
HSL353.11º24.7%51.57%-
HSV(B)353.11º37.65%63.53%-
XYZ22.2618.0716.5-
YUV120.04121.21157.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=43.67%
G=27.22%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210110800.380.330.36353.1124.751.57
HexA2656C02621241611934
Octal24214515404641445413164
Binary1010001011001011101100010011010000110010010110000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2656C; }

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

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

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

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

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

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

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

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