#A2656E

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

Shades of Turkish Rose #A2656E

Tints of Turkish Rose #A2656E

Color information

#A2656E (or 0xA2656E) is unknown color: approx Turkish Rose. HEX triplet: A2, 65 and 6E. RGB value is (162,101,110). Sum of RGB (Red+Green+Blue) = 162+101+110=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2656E is #5D9A91. Grayscale: #787878. Windows color (decimal): -6134418 or 7234978. OLE color: 7234978.

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

Color convert

RGB162101110-
CMYK00.380.320.36
HSL351.15º24.7%51.57%-
HSV(B)351.15º37.65%63.53%-
XYZ22.3718.1117.07-
YUV120.26122.21157.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=43.43%
G=27.08%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210111000.380.320.36351.1524.751.57
HexA2656E026202415f1934
Octal24214515604640445373164
Binary1010001011001011101110010011010000010010010101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2656E; }

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

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

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

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

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

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

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

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