#A2696D

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

Shades of Turkish Rose #A2696D

Tints of Turkish Rose #A2696D

Color information

#A2696D (or 0xA2696D) is unknown color: approx Turkish Rose. HEX triplet: A2, 69 and 6D. RGB value is (162,105,109). Sum of RGB (Red+Green+Blue) = 162+105+109=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2696D is #5D9692. Grayscale: #7A7A7A. Windows color (decimal): -6133395 or 7170466. OLE color: 7170466.

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

Color convert

RGB162105109-
CMYK00.350.330.36
HSL355.79º23.46%52.35%-
HSV(B)355.79º35.19%63.53%-
XYZ22.7118.8916.92-
YUV122.5120.38156.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=43.09%
G=27.93%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210510900.350.330.36355.7923.4652.35
HexA2696D02321241641734
Octal24215115504341445442764
Binary1010001011010011101101010001110000110010010110010010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2696D; }

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

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

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

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

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

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

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

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