#A1797E

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

Shades of Turkish Rose #A1797E

Tints of Turkish Rose #A1797E

Color information

#A1797E (or 0xA1797E) is unknown color: approx Turkish Rose. HEX triplet: A1, 79 and 7E. RGB value is (161,121,126). Sum of RGB (Red+Green+Blue) = 161+121+126=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A1797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1797E is #5E8681. Grayscale: #858585. Windows color (decimal): -6194818 or 8288673. OLE color: 8288673.

HSL color Cylindrical-coordinate representation of color #A1797E: hue angle of 352.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1797E is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB161121126-
CMYK00.250.220.37
HSL352.5º17.54%55.29%-
HSV(B)352.5º24.84%63.14%-
XYZ25.322.7622.8-
YUV133.53123.75147.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=39.46%
G=29.66%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16112112600.250.220.37352.517.5455.29
HexA1797E01916251601237
Octal24117117603126455402267
Binary10100001111100111111100110011011010010110110000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1797E; }

 p { color: rgb(161,121,126); }

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

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

 a { background-color: rgb(161,121,126); }

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

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

 span { border-color: rgb(161,121,126); }

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