#A2697A

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

Shades of Turkish Rose #A2697A

Tints of Turkish Rose #A2697A

Color information

#A2697A (or 0xA2697A) is unknown color: approx Turkish Rose. HEX triplet: A2, 69 and 7A. RGB value is (162,105,122). Sum of RGB (Red+Green+Blue) = 162+105+122=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2697A is #5D9685. Grayscale: #7B7B7B. Windows color (decimal): -6133382 or 8022434. OLE color: 8022434.

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

Color convert

RGB162105122-
CMYK00.350.250.36
HSL342.11º23.46%52.35%-
HSV(B)342.11º35.19%63.53%-
XYZ23.4619.1920.88-
YUV123.98126.88155.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 105 (41.41% from 255) = 26.99%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=41.65%
G=26.99%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210512200.350.250.36342.1123.4652.35
HexA2697A02319241561734
Octal24215117204331445262764
Binary101000101101001111101001000111100110010010101011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2697A; }

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

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

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

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

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

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

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

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