#A2696E

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

Shades of Turkish Rose #A2696E

Tints of Turkish Rose #A2696E

Color information

#A2696E (or 0xA2696E) is unknown color: approx Turkish Rose. HEX triplet: A2, 69 and 6E. RGB value is (162,105,110). Sum of RGB (Red+Green+Blue) = 162+105+110=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2696E is #5D9691. Grayscale: #7A7A7A. Windows color (decimal): -6133394 or 7236002. OLE color: 7236002.

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

Color convert

RGB162105110-
CMYK00.350.320.36
HSL354.74º23.46%52.35%-
HSV(B)354.74º35.19%63.53%-
XYZ22.7718.9117.2-
YUV122.61120.88156.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=42.97%
G=27.85%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210511000.350.320.36354.7423.4652.35
HexA2696E02320241631734
Octal24215115604340445432764
Binary1010001011010011101110010001110000010010010110001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2696E; }

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

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

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

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

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

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

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

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