#A1676E

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

Shades of Turkish Rose #A1676E

Tints of Turkish Rose #A1676E

Color information

#A1676E (or 0xA1676E) is unknown color: approx Turkish Rose. HEX triplet: A1, 67 and 6E. RGB value is (161,103,110). Sum of RGB (Red+Green+Blue) = 161+103+110=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A1676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1676E is #5E9891. Grayscale: #797979. Windows color (decimal): -6199442 or 7235489. OLE color: 7235489.

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

Color convert

RGB161103110-
CMYK00.360.320.37
HSL352.76º23.58%51.76%-
HSV(B)352.76º36.02%63.14%-
XYZ22.3618.417.13-
YUV121.14121.72156.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=43.05%
G=27.54%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110311000.360.320.37352.7623.5851.76
HexA1676E02420251611834
Octal24114715604440455413064
Binary1010000111001111101110010010010000010010110110000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1676E; }

 p { color: rgb(161,103,110); }

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

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

 a { background-color: rgb(161,103,110); }

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

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

 span { border-color: rgb(161,103,110); }

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