#A1696F

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

Shades of Turkish Rose #A1696F

Tints of Turkish Rose #A1696F

Color information

#A1696F (or 0xA1696F) is unknown color: approx Turkish Rose. HEX triplet: A1, 69 and 6F. RGB value is (161,105,111). Sum of RGB (Red+Green+Blue) = 161+105+111=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A1696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1696F is #5E9690. Grayscale: #7A7A7A. Windows color (decimal): -6198929 or 7301537. OLE color: 7301537.

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

Color convert

RGB161105111-
CMYK00.350.310.37
HSL353.57º22.95%52.16%-
HSV(B)353.57º34.78%63.14%-
XYZ22.6218.8317.48-
YUV122.43121.55155.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=42.71%
G=27.85%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110511100.350.310.37353.5722.9552.16
HexA1696F0231F251621734
Octal24115115704337455422764
Binary101000011101001110111101000111111110010110110001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1696F; }

 p { color: rgb(161,105,111); }

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

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

 a { background-color: rgb(161,105,111); }

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

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

 span { border-color: rgb(161,105,111); }

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